Html Css Color HEX #02291E Dark Green

📋 copy color: '#02291E'

red 2 ◦ green 41 ◦ blue 30

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

Shades of Dark Green #02291E

Tints of Dark Green #02291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 56.16%

 BLUE value IS 30 (12.11% from 255) = 41.1%

R = 2.74%
G = 56.16%
B = 41.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#02291E (or 0x02291E) is known color: Dark Green. HEX triplet: 02, 29 and 1E. RGB value is (2,41,30). Sum of RGB (Red+Green+Blue) = 2+41+30=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 41 (16.41% from 255 or 56.16% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 41 - color contains mainly: green. Hex color #02291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02291E is #FDD6E1. Grayscale: #1C1C1C. Windows color (decimal): -16635618 or 1976578. OLE color: 1976578.

HSL color Cylindrical-coordinate representation of color #02291E: hue angle of 163.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02291E is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 41 30 -
CMYK 0.95 0 0.27 0.84
HSL 163.08º 0.91% 0.08% -
HSV(B) 163.08º 0.95% 0.16% -
XYZ 1.05 1.69 1.5 -
YUV 28.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 2 41 30 0.95 0 0.27 0.84 163.08 0.91 0.08
Hex 2 29 1E 5F 0 1B 54 A3 5B 8
Octal 2 51 36 137 0 33 124 243 133 10
Binary 10 101001 11110 1011111 0 11011 1010100 10100011 1011011 1000

Color Harmonies of #02291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02291E

Black with #02291E

Text Example


Text Example

White with #02291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02291E; }

 p { color: rgb(2,41,30); }

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

background-color css

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

 a { background-color: rgb(2,41,30); }

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

border-color css

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

 span { border-color: rgb(2,41,30); }

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