Html Css Color HEX #02352F Dark Green

📋 copy color: '#02352F'

red 2 ◦ green 53 ◦ blue 47

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

Shades of Dark Green #02352F

Tints of Dark Green #02352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

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

R = 1.96%
G = 51.96%
B = 46.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#02352F (or 0x02352F) is known color: Dark Green. HEX triplet: 02, 35 and 2F. RGB value is (2,53,47). Sum of RGB (Red+Green+Blue) = 2+53+47=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #02352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02352F is #FDCAD0. Grayscale: #252525. Windows color (decimal): -16632529 or 3093762. OLE color: 3093762.

HSL color Cylindrical-coordinate representation of color #02352F: hue angle of 172.94º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02352F is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 53 47 -
CMYK 0.96 0 0.11 0.79
HSL 172.94º 0.93% 0.11% -
HSV(B) 172.94º 0.96% 0.21% -
XYZ 1.81 2.76 3.13 -
YUV 37.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 2 53 47 0.96 0 0.11 0.79 172.94 0.93 0.11
Hex 2 35 2F 60 0 B 4F AD 5D B
Octal 2 65 57 140 0 13 117 255 135 13
Binary 10 110101 101111 1100000 0 1011 1001111 10101101 1011101 1011

Color Harmonies of #02352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02352F

Black with #02352F

Text Example


Text Example

White with #02352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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