Html Css Color HEX #022425 Dark Green

📋 copy color: '#022425'

red 2 ◦ green 36 ◦ blue 37

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

Shades of Dark Green #022425

Tints of Dark Green #022425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

 BLUE value IS 37 (14.84% from 255) = 49.33%

R = 2.67%
G = 48%
B = 49.33%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#022425 (or 0x022425) is known color: Dark Green. HEX triplet: 02, 24 and 25. RGB value is (2,36,37). Sum of RGB (Red+Green+Blue) = 2+36+37=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #022425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022425 is #FDDBDA. Grayscale: #191919. Windows color (decimal): -16636891 or 2434050. OLE color: 2434050.

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

Color convert

RGB 2 36 37 -
CMYK 0.95 0.03 0 0.85
HSL 181.71º 0.9% 0.08% -
HSV(B) 181.71º 0.95% 0.15% -
XYZ 0.99 1.41 1.97 -
YUV 25.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 2 36 37 0.95 0.03 0 0.85 181.71 0.9 0.08
Hex 2 24 25 5F 3 0 55 B6 5A 8
Octal 2 44 45 137 3 0 125 266 132 10
Binary 10 100100 100101 1011111 11 0 1010101 10110110 1011010 1000

Color Harmonies of #022425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022425

Black with #022425

Text Example


Text Example

White with #022425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022425; }

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

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

background-color css

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

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

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

border-color css

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

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

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