#026B3C

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

Shades of Jewel #026B3C

Tints of Jewel #026B3C

Color information

#026B3C (or 0x026B3C) is unknown color: approx Jewel. HEX triplet: 02, 6B and 3C. RGB value is (2,107,60). Sum of RGB (Red+Green+Blue) = 2+107+60=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #026B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B3C is #FD94C3. Grayscale: #464646. Windows color (decimal): -16618692 or 3959554. OLE color: 3959554.

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

Color convert

RGB210760-
CMYK0.9800.440.58
HSL153.14º96.33%21.37%-
HSV(B)153.14º98.13%41.96%-
XYZ6.110.856.05-
YUV70.25122.2179.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 107 (42.19% from 255) = 63.31%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=1.18%
G=63.31%
B=35.50%

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
Decimal2107600.9800.440.58153.1496.3321.37
Hex26B3C6202C3A996015
Octal2153741420547223114025
Binary1011010111111001100010010110011101010011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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