Html Css Color HEX #0C221C Dark Green

📋 copy color: '#0C221C'

red 12 ◦ green 34 ◦ blue 28

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

Shades of Dark Green #0C221C

Tints of Dark Green #0C221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.84%

R = 16.22%
G = 45.95%
B = 37.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#0C221C (or 0x0C221C) is known color: Dark Green. HEX triplet: 0C, 22 and 1C. RGB value is (12,34,28). Sum of RGB (Red+Green+Blue) = 12+34+28=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #0C221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C221C is #F3DDE3. Grayscale: #1A1A1A. Windows color (decimal): -15982052 or 1843724. OLE color: 1843724.

HSL color Cylindrical-coordinate representation of color #0C221C: hue angle of 163.64º 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 #0C221C is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 34 28 -
CMYK 0.65 0 0.18 0.87
HSL 163.64º 0.48% 0.09% -
HSV(B) 163.64º 0.65% 0.13% -
XYZ 0.93 1.31 1.3 -
YUV 26.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 12 34 28 0.65 0 0.18 0.87 163.64 0.48 0.09
Hex C 22 1C 41 0 12 57 A4 30 9
Octal 14 42 34 101 0 22 127 244 60 11
Binary 1100 100010 11100 1000001 0 10010 1010111 10100100 110000 1001

Color Harmonies of #0C221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C221C

Black with #0C221C

Text Example


Text Example

White with #0C221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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