Html Css Color HEX #022514 Dark Green

📋 copy color: '#022514'

red 2 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #022514

Tints of Dark Green #022514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 33.9%

R = 3.39%
G = 62.71%
B = 33.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#022514 (or 0x022514) is known color: Dark Green. HEX triplet: 02, 25 and 14. RGB value is (2,37,20). Sum of RGB (Red+Green+Blue) = 2+37+20=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #022514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022514 is #FDDAEB. Grayscale: #181818. Windows color (decimal): -16636652 or 1320194. OLE color: 1320194.

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

Color convert

RGB 2 37 20 -
CMYK 0.95 0 0.46 0.85
HSL 150.86º 0.9% 0.08% -
HSV(B) 150.86º 0.95% 0.15% -
XYZ 0.81 1.39 0.89 -
YUV 24.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 2 37 20 0.95 0 0.46 0.85 150.86 0.9 0.08
Hex 2 25 14 5F 0 2E 55 97 5A 8
Octal 2 45 24 137 0 56 125 227 132 10
Binary 10 100101 10100 1011111 0 101110 1010101 10010111 1011010 1000

Color Harmonies of #022514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022514

Black with #022514

Text Example


Text Example

White with #022514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022514; }

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

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

background-color css

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

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

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

border-color css

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

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

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