Html Css Color HEX #022C0F Dark Green

📋 copy color: '#022C0F'

red 2 ◦ green 44 ◦ blue 15

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

Shades of Dark Green #022C0F

Tints of Dark Green #022C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 72.13%

 BLUE value IS 15 (6.25% from 255) = 24.59%

R = 3.28%
G = 72.13%
B = 24.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.83

RGB Variations

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

Color information

#022C0F (or 0x022C0F) is known color: Dark Green. HEX triplet: 02, 2C and 0F. RGB value is (2,44,15). Sum of RGB (Red+Green+Blue) = 2+44+15=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #022C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022C0F is #FDD3F0. Grayscale: #1C1C1C. Windows color (decimal): -16634865 or 994306. OLE color: 994306.

HSL color Cylindrical-coordinate representation of color #022C0F: hue angle of 138.57º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022C0F is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.

Color convert

RGB 2 44 15 -
CMYK 0.95 0 0.66 0.83
HSL 138.57º 0.91% 0.09% -
HSV(B) 138.57º 0.95% 0.17% -
XYZ 1.01 1.85 0.76 -
YUV 28.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 2 44 15 0.95 0 0.66 0.83 138.57 0.91 0.09
Hex 2 2C F 5F 0 42 53 8B 5B 9
Octal 2 54 17 137 0 102 123 213 133 11
Binary 10 101100 1111 1011111 0 1000010 1010011 10001011 1011011 1001

Color Harmonies of #022C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C0F

Black with #022C0F

Text Example


Text Example

White with #022C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022C0F; }

 p { color: rgb(2,44,15); }

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

background-color css

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

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

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

border-color css

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

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

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