Html Css Color HEX #022525 Dark Green

📋 copy color: '#022525'

red 2 ◦ green 37 ◦ blue 37

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

Shades of Dark Green #022525

Tints of Dark Green #022525

RGB

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

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

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

R = 2.63%
G = 48.68%
B = 48.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#022525 (or 0x022525) is known color: Dark Green. HEX triplet: 02, 25 and 25. RGB value is (2,37,37). Sum of RGB (Red+Green+Blue) = 2+37+37=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #022525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022525 is #FDDADA. Grayscale: #1A1A1A. Windows color (decimal): -16636635 or 2434306. OLE color: 2434306.

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

Color convert

RGB 2 37 37 -
CMYK 0.95 0 0 0.85
HSL 180º 0.9% 0.08% -
HSV(B) 180º 0.95% 0.15% -
XYZ 1.02 1.47 1.98 -
YUV 26.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 2 37 37 0.95 0 0 0.85 180 0.9 0.08
Hex 2 25 25 5F 0 0 55 B4 5A 8
Octal 2 45 45 137 0 0 125 264 132 10
Binary 10 100101 100101 1011111 0 0 1010101 10110100 1011010 1000

Color Harmonies of #022525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022525

Black with #022525

Text Example


Text Example

White with #022525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022525; }

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

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

background-color css

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

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

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

border-color css

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

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

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