Html Css Color HEX #026C15 Green

📋 copy color: '#026C15'

red 2 ◦ green 108 ◦ blue 21

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

Shades of Green #026C15

Tints of Green #026C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 1.53%
G = 82.44%
B = 16.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#026C15 (or 0x026C15) is known color: Green. HEX triplet: 02, 6C and 15. RGB value is (2,108,21). Sum of RGB (Red+Green+Blue) = 2+108+21=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 108 (42.58% from 255 or 82.44% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 108 - color contains mainly: green. Hex color #026C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026C15 is #FD93EA. Grayscale: #424242. Windows color (decimal): -16618475 or 1403906. OLE color: 1403906.

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

Color convert

RGB 2 108 21 -
CMYK 0.98 0 0.81 0.58
HSL 130.75º 0.96% 0.22% -
HSV(B) 130.75º 0.98% 0.42% -
XYZ 5.52 10.79 2.5 -
YUV 66.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 2 108 21 0.98 0 0.81 0.58 130.75 0.96 0.22
Hex 2 6C 15 62 0 51 3A 83 60 16
Octal 2 154 25 142 0 121 72 203 140 26
Binary 10 1101100 10101 1100010 0 1010001 111010 10000011 1100000 10110

Color Harmonies of #026C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C15

Black with #026C15

Text Example


Text Example

White with #026C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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