Html Css Color HEX #022515 Dark Green

📋 copy color: '#022515'

red 2 ◦ green 37 ◦ blue 21

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

Shades of Dark Green #022515

Tints of Dark Green #022515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 35%

R = 3.33%
G = 61.67%
B = 35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#022515 (or 0x022515) is known color: Dark Green. HEX triplet: 02, 25 and 15. RGB value is (2,37,21). Sum of RGB (Red+Green+Blue) = 2+37+21=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #022515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022515 is #FDDAEA. Grayscale: #181818. Windows color (decimal): -16636651 or 1385730. OLE color: 1385730.

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

Color convert

RGB 2 37 21 -
CMYK 0.95 0 0.43 0.85
HSL 152.57º 0.9% 0.08% -
HSV(B) 152.57º 0.95% 0.15% -
XYZ 0.82 1.39 0.93 -
YUV 24.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 2 37 21 0.95 0 0.43 0.85 152.57 0.9 0.08
Hex 2 25 15 5F 0 2B 55 99 5A 8
Octal 2 45 25 137 0 53 125 231 132 10
Binary 10 100101 10101 1011111 0 101011 1010101 10011001 1011010 1000

Color Harmonies of #022515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022515

Black with #022515

Text Example


Text Example

White with #022515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022515; }

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

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

background-color css

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

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

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

border-color css

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

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

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