Html Css Color HEX #02372A Dark Green

📋 copy color: '#02372A'

red 2 ◦ green 55 ◦ blue 42

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

Shades of Dark Green #02372A

Tints of Dark Green #02372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.42%

R = 2.02%
G = 55.56%
B = 42.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#02372A (or 0x02372A) is known color: Dark Green. HEX triplet: 02, 37 and 2A. RGB value is (2,55,42). Sum of RGB (Red+Green+Blue) = 2+55+42=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #02372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02372A is #FDC8D5. Grayscale: #252525. Windows color (decimal): -16632022 or 2766594. OLE color: 2766594.

HSL color Cylindrical-coordinate representation of color #02372A: hue angle of 165.28º 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 #02372A is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 55 42 -
CMYK 0.96 0 0.24 0.78
HSL 165.28º 0.93% 0.11% -
HSV(B) 165.28º 0.96% 0.22% -
XYZ 1.81 2.91 2.66 -
YUV 37.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 2 55 42 0.96 0 0.24 0.78 165.28 0.93 0.11
Hex 2 37 2A 60 0 18 4E A5 5D B
Octal 2 67 52 140 0 30 116 245 135 13
Binary 10 110111 101010 1100000 0 11000 1001110 10100101 1011101 1011

Color Harmonies of #02372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02372A

Black with #02372A

Text Example


Text Example

White with #02372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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