Html Css Color HEX #02392F Dark Green

📋 copy color: '#02392F'

red 2 ◦ green 57 ◦ blue 47

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

Shades of Dark Green #02392F

Tints of Dark Green #02392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.77%

 BLUE value IS 47 (18.75% from 255) = 44.34%

R = 1.89%
G = 53.77%
B = 44.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#02392F (or 0x02392F) is known color: Dark Green. HEX triplet: 02, 39 and 2F. RGB value is (2,57,47). Sum of RGB (Red+Green+Blue) = 2+57+47=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #02392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02392F is #FDC6D0. Grayscale: #272727. Windows color (decimal): -16631505 or 3094786. OLE color: 3094786.

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

Color convert

RGB 2 57 47 -
CMYK 0.96 0 0.18 0.78
HSL 169.09º 0.93% 0.12% -
HSV(B) 169.09º 0.96% 0.22% -
XYZ 2 3.14 3.19 -
YUV 39.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 2 57 47 0.96 0 0.18 0.78 169.09 0.93 0.12
Hex 2 39 2F 60 0 12 4E A9 5D C
Octal 2 71 57 140 0 22 116 251 135 14
Binary 10 111001 101111 1100000 0 10010 1001110 10101001 1011101 1100

Color Harmonies of #02392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02392F

Black with #02392F

Text Example


Text Example

White with #02392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,57,47); }

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

background-color css

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

 a { background-color: rgb(2,57,47); }

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

border-color css

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

 span { border-color: rgb(2,57,47); }

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