Html Css Color HEX #02640F Green

📋 copy color: '#02640F'

red 2 ◦ green 100 ◦ blue 15

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

Shades of Green #02640F

Tints of Green #02640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 1.71%
G = 85.47%
B = 12.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#02640F (or 0x02640F) is known color: Green. HEX triplet: 02, 64 and 0F. RGB value is (2,100,15). Sum of RGB (Red+Green+Blue) = 2+100+15=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 100 (39.45% from 255 or 85.47% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 100 - color contains mainly: green. Hex color #02640F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02640F is #FD9BF0. Grayscale: #3D3D3D. Windows color (decimal): -16620529 or 1008642. OLE color: 1008642.

HSL color Cylindrical-coordinate representation of color #02640F: hue angle of 127.96º 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 #02640F is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 100 15 -
CMYK 0.98 0 0.85 0.61
HSL 127.96º 0.96% 0.2% -
HSV(B) 127.96º 0.98% 0.39% -
XYZ 4.67 9.16 1.97 -
YUV 61.01 102.03 85.91 -
System Red Green Blue C M Y K H S L
Decimal 2 100 15 0.98 0 0.85 0.61 127.96 0.96 0.2
Hex 2 64 F 62 0 55 3D 80 60 14
Octal 2 144 17 142 0 125 75 200 140 24
Binary 10 1100100 1111 1100010 0 1010101 111101 10000000 1100000 10100

Color Harmonies of #02640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02640F

Black with #02640F

Text Example


Text Example

White with #02640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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