Html Css Color HEX #026C19 Green

📋 copy color: '#026C19'

red 2 ◦ green 108 ◦ blue 25

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

Shades of Green #026C19

Tints of Green #026C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 1.48%
G = 80%
B = 18.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#026C19 (or 0x026C19) is known color: Green. HEX triplet: 02, 6C and 19. RGB value is (2,108,25). Sum of RGB (Red+Green+Blue) = 2+108+25=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #026C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026C19 is #FD93E6. Grayscale: #434343. Windows color (decimal): -16618471 or 1666050. OLE color: 1666050.

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

Color convert

RGB 2 108 25 -
CMYK 0.98 0 0.77 0.58
HSL 133.02º 0.96% 0.22% -
HSV(B) 133.02º 0.98% 0.42% -
XYZ 5.56 10.81 2.71 -
YUV 66.84 104.38 81.75 -
System Red Green Blue C M Y K H S L
Decimal 2 108 25 0.98 0 0.77 0.58 133.02 0.96 0.22
Hex 2 6C 19 62 0 4D 3A 85 60 16
Octal 2 154 31 142 0 115 72 205 140 26
Binary 10 1101100 11001 1100010 0 1001101 111010 10000101 1100000 10110

Color Harmonies of #026C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C19

Black with #026C19

Text Example


Text Example

White with #026C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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