Html Css Color HEX #026415 Green

📋 copy color: '#026415'

red 2 ◦ green 100 ◦ blue 21

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

Shades of Green #026415

Tints of Green #026415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 81.3%

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

R = 1.63%
G = 81.3%
B = 17.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#026415 (or 0x026415) is known color: Green. HEX triplet: 02, 64 and 15. RGB value is (2,100,21). Sum of RGB (Red+Green+Blue) = 2+100+21=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 100 (39.45% from 255 or 81.30% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 100 - color contains mainly: green. Hex color #026415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026415 is #FD9BEA. Grayscale: #3D3D3D. Windows color (decimal): -16620523 or 1401858. OLE color: 1401858.

HSL color Cylindrical-coordinate representation of color #026415: hue angle of 131.63º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026415 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 100 21 -
CMYK 0.98 0 0.79 0.61
HSL 131.63º 0.96% 0.2% -
HSV(B) 131.63º 0.98% 0.39% -
XYZ 4.72 9.18 2.23 -
YUV 61.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 2 100 21 0.98 0 0.79 0.61 131.63 0.96 0.2
Hex 2 64 15 62 0 4F 3D 84 60 14
Octal 2 144 25 142 0 117 75 204 140 24
Binary 10 1100100 10101 1100010 0 1001111 111101 10000100 1100000 10100

Color Harmonies of #026415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026415

Black with #026415

Text Example


Text Example

White with #026415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026415; }

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

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

background-color css

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

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

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

border-color css

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

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

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