Html Css Color HEX #02251D Dark Green

📋 copy color: '#02251D'

red 2 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #02251D

Tints of Dark Green #02251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 54.41%

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

R = 2.94%
G = 54.41%
B = 42.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#02251D (or 0x02251D) is known color: Dark Green. HEX triplet: 02, 25 and 1D. RGB value is (2,37,29). Sum of RGB (Red+Green+Blue) = 2+37+29=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #02251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251D is #FDDAE2. Grayscale: #191919. Windows color (decimal): -16636643 or 1910018. OLE color: 1910018.

HSL color Cylindrical-coordinate representation of color #02251D: hue angle of 166.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02251D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 37 29 -
CMYK 0.95 0 0.22 0.85
HSL 166.29º 0.9% 0.08% -
HSV(B) 166.29º 0.95% 0.15% -
XYZ 0.91 1.42 1.39 -
YUV 25.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 2 37 29 0.95 0 0.22 0.85 166.29 0.9 0.08
Hex 2 25 1D 5F 0 16 55 A6 5A 8
Octal 2 45 35 137 0 26 125 246 132 10
Binary 10 100101 11101 1011111 0 10110 1010101 10100110 1011010 1000

Color Harmonies of #02251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02251D

Black with #02251D

Text Example


Text Example

White with #02251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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