Html Css Color HEX #0C221F Dark Green

📋 copy color: '#0C221F'

red 12 ◦ green 34 ◦ blue 31

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

Shades of Dark Green #0C221F

Tints of Dark Green #0C221F

RGB

 RED value IS 12 (5.08% from 255) = 15.58%

 GREEN value IS 34 (13.67% from 255) = 44.16%

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 15.58%
G = 44.16%
B = 40.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#0C221F (or 0x0C221F) is known color: Dark Green. HEX triplet: 0C, 22 and 1F. RGB value is (12,34,31). Sum of RGB (Red+Green+Blue) = 12+34+31=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #0C221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C221F is #F3DDE0. Grayscale: #1B1B1B. Windows color (decimal): -15982049 or 2040332. OLE color: 2040332.

HSL color Cylindrical-coordinate representation of color #0C221F: hue angle of 171.82º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C221F is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 34 31 -
CMYK 0.65 0 0.09 0.87
HSL 171.82º 0.48% 0.09% -
HSV(B) 171.82º 0.65% 0.13% -
XYZ 0.97 1.32 1.5 -
YUV 27.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 12 34 31 0.65 0 0.09 0.87 171.82 0.48 0.09
Hex C 22 1F 41 0 9 57 AC 30 9
Octal 14 42 37 101 0 11 127 254 60 11
Binary 1100 100010 11111 1000001 0 1001 1010111 10101100 110000 1001

Color Harmonies of #0C221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C221F

Black with #0C221F

Text Example


Text Example

White with #0C221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C221F; }

 p { color: rgb(12,34,31); }

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

background-color css

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

 a { background-color: rgb(12,34,31); }

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

border-color css

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

 span { border-color: rgb(12,34,31); }

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