Html Css Color HEX #02371E Dark Green

📋 copy color: '#02371E'

red 2 ◦ green 55 ◦ blue 30

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

Shades of Dark Green #02371E

Tints of Dark Green #02371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 63.22%

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

R = 2.3%
G = 63.22%
B = 34.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#02371E (or 0x02371E) is known color: Dark Green. HEX triplet: 02, 37 and 1E. RGB value is (2,55,30). Sum of RGB (Red+Green+Blue) = 2+55+30=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #02371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02371E is #FDC8E1. Grayscale: #242424. Windows color (decimal): -16632034 or 1980162. OLE color: 1980162.

HSL color Cylindrical-coordinate representation of color #02371E: hue angle of 151.7º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02371E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 55 30 -
CMYK 0.96 0 0.45 0.78
HSL 151.7º 0.93% 0.11% -
HSV(B) 151.7º 0.96% 0.22% -
XYZ 1.63 2.84 1.69 -
YUV 36.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 2 55 30 0.96 0 0.45 0.78 151.7 0.93 0.11
Hex 2 37 1E 60 0 2D 4E 98 5D B
Octal 2 67 36 140 0 55 116 230 135 13
Binary 10 110111 11110 1100000 0 101101 1001110 10011000 1011101 1011

Color Harmonies of #02371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02371E

Black with #02371E

Text Example


Text Example

White with #02371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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