Html Css Color HEX #02251C Dark Green

📋 copy color: '#02251C'

red 2 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #02251C

Tints of Dark Green #02251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 2.99%
G = 55.22%
B = 41.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#02251C (or 0x02251C) is known color: Dark Green. HEX triplet: 02, 25 and 1C. RGB value is (2,37,28). Sum of RGB (Red+Green+Blue) = 2+37+28=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #02251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251C is #FDDAE3. Grayscale: #191919. Windows color (decimal): -16636644 or 1844482. OLE color: 1844482.

HSL color Cylindrical-coordinate representation of color #02251C: hue angle of 164.57º 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 #02251C is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 37 28 -
CMYK 0.95 0 0.24 0.85
HSL 164.57º 0.9% 0.08% -
HSV(B) 164.57º 0.95% 0.15% -
XYZ 0.9 1.42 1.33 -
YUV 25.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 2 37 28 0.95 0 0.24 0.85 164.57 0.9 0.08
Hex 2 25 1C 5F 0 18 55 A5 5A 8
Octal 2 45 34 137 0 30 125 245 132 10
Binary 10 100101 11100 1011111 0 11000 1010101 10100101 1011010 1000

Color Harmonies of #02251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02251C

Black with #02251C

Text Example


Text Example

White with #02251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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