Html Css Color HEX #022713 Dark Green

📋 copy color: '#022713'

red 2 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #022713

Tints of Dark Green #022713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 65%

 BLUE value IS 19 (7.81% from 255) = 31.67%

R = 3.33%
G = 65%
B = 31.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#022713 (or 0x022713) is known color: Dark Green. HEX triplet: 02, 27 and 13. RGB value is (2,39,19). Sum of RGB (Red+Green+Blue) = 2+39+19=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #022713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022713 is #FDD8EC. Grayscale: #191919. Windows color (decimal): -16636141 or 1255170. OLE color: 1255170.

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

Color convert

RGB 2 39 19 -
CMYK 0.95 0 0.51 0.85
HSL 147.57º 0.9% 0.08% -
HSV(B) 147.57º 0.95% 0.15% -
XYZ 0.87 1.51 0.86 -
YUV 25.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 2 39 19 0.95 0 0.51 0.85 147.57 0.9 0.08
Hex 2 27 13 5F 0 33 55 94 5A 8
Octal 2 47 23 137 0 63 125 224 132 10
Binary 10 100111 10011 1011111 0 110011 1010101 10010100 1011010 1000

Color Harmonies of #022713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022713

Black with #022713

Text Example


Text Example

White with #022713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022713; }

 p { color: rgb(2,39,19); }

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

background-color css

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

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

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

border-color css

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

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

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