Html Css Color HEX #02231D Dark Green

📋 copy color: '#02231D'

red 2 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #02231D

Tints of Dark Green #02231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 53.03%

 BLUE value IS 29 (11.72% from 255) = 43.94%

R = 3.03%
G = 53.03%
B = 43.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#02231D (or 0x02231D) is known color: Dark Green. HEX triplet: 02, 23 and 1D. RGB value is (2,35,29). Sum of RGB (Red+Green+Blue) = 2+35+29=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #02231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02231D is #FDDCE2. Grayscale: #181818. Windows color (decimal): -16637155 or 1909506. OLE color: 1909506.

HSL color Cylindrical-coordinate representation of color #02231D: hue angle of 169.09º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02231D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 35 29 -
CMYK 0.94 0 0.17 0.86
HSL 169.09º 0.89% 0.07% -
HSV(B) 169.09º 0.94% 0.14% -
XYZ 0.85 1.3 1.37 -
YUV 24.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 2 35 29 0.94 0 0.17 0.86 169.09 0.89 0.07
Hex 2 23 1D 5E 0 11 56 A9 59 7
Octal 2 43 35 136 0 21 126 251 131 7
Binary 10 100011 11101 1011110 0 10001 1010110 10101001 1011001 111

Color Harmonies of #02231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02231D

Black with #02231D

Text Example


Text Example

White with #02231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02231D; }

 p { color: rgb(2,35,29); }

 H1.HeaderClassName
 {
   color: #02231D;
 }
 .AnyTagClassName
 {
   color: #02231D;
 }
</style>

background-color css

<style>
 a { background-color: #02231D; }

 a { background-color: rgb(2,35,29); }

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

border-color css

<style>
 span { border-color: #02231D; }

 span { border-color: rgb(2,35,29); }

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