Html Css Color HEX #026C3E Jewel

📋 copy color: '#026C3E'

red 2 ◦ green 108 ◦ blue 62

#026C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #026C3E

Tints of Jewel #026C3E

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 108 (42.58% from 255) = 62.79%

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 1.16%
G = 62.79%
B = 36.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#026C3E (or 0x026C3E) is known color: Jewel. HEX triplet: 02, 6C and 3E. RGB value is (2,108,62). Sum of RGB (Red+Green+Blue) = 2+108+62=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 108 (42.58% from 255 or 62.79% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 108 - color contains mainly: green. Hex color #026C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C3E is #FD93C1. Grayscale: #474747. Windows color (decimal): -16618434 or 4090882. OLE color: 4090882.

HSL color Cylindrical-coordinate representation of color #026C3E: hue angle of 153.96º 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 #026C3E is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 108 62 -
CMYK 0.98 0 0.43 0.58
HSL 153.96º 0.96% 0.22% -
HSV(B) 153.96º 0.98% 0.42% -
XYZ 6.26 11.09 6.37 -
YUV 71.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 2 108 62 0.98 0 0.43 0.58 153.96 0.96 0.22
Hex 2 6C 3E 62 0 2B 3A 9A 60 16
Octal 2 154 76 142 0 53 72 232 140 26
Binary 10 1101100 111110 1100010 0 101011 111010 10011010 1100000 10110

Color Harmonies of #026C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C3E

Black with #026C3E

Text Example


Text Example

White with #026C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #026C3E;
 }
 .AnyTagClassName
 {
   color: #026C3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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