#026C3C

Color #026C3C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #026C3C

Tints of Jewel #026C3C

Color information

#026C3C (or 0x026C3C) is unknown color: approx Jewel. HEX triplet: 02, 6C and 3C. RGB value is (2,108,60). Sum of RGB (Red+Green+Blue) = 2+108+60=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #026C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C3C is #FD93C3. Grayscale: #464646. Windows color (decimal): -16618436 or 3959810. OLE color: 3959810.

HSL color Cylindrical-coordinate representation of color #026C3C: hue angle of 152.83º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C3C is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB210860-
CMYK0.9800.440.58
HSL152.83º96.36%21.57%-
HSV(B)152.83º98.15%42.35%-
XYZ6.211.066.08-
YUV70.83121.8878.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=1.18%
G=63.53%
B=35.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108600.9800.440.58152.8396.3621.57
Hex26C3C6202C3A996016
Octal2154741420547223114026
Binary1011011001111001100010010110011101010011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026C3C; }

 p { color: rgb(2,108,60); }

 H1.HeaderClassName
 {
   color: #026C3C;
 }
 .AnyTagClassName
 {
   color: #026C3C;
 }
</style>
background-color css

<style>
 a { background-color: #026C3C; }

 a { background-color: rgb(2,108,60); }

 div.DivClassName
 {
   background-color: #026C3C;
 }
 .BgClassName
 {
   background-color: #026C3C;
 }
</style>
border-color css

<style>
 span { border-color: #026C3C; }

 span { border-color: rgb(2,108,60); }

 td.TdClassName
 {
   border-color: #026C3C;
 }
 .TagClassName
 {
   border-color: #026C3C;
 }
</style>