Html Css Color HEX #0C2217 Dark Green

📋 copy color: '#0C2217'

red 12 ◦ green 34 ◦ blue 23

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

Shades of Dark Green #0C2217

Tints of Dark Green #0C2217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 33.33%

R = 17.39%
G = 49.28%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#0C2217 (or 0x0C2217) is known color: Dark Green. HEX triplet: 0C, 22 and 17. RGB value is (12,34,23). Sum of RGB (Red+Green+Blue) = 12+34+23=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #0C2217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2217 is #F3DDE8. Grayscale: #1A1A1A. Windows color (decimal): -15982057 or 1516044. OLE color: 1516044.

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

Color convert

RGB 12 34 23 -
CMYK 0.65 0 0.32 0.87
HSL 150º 0.48% 0.09% -
HSV(B) 150º 0.65% 0.13% -
XYZ 0.88 1.28 1.01 -
YUV 26.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 12 34 23 0.65 0 0.32 0.87 150 0.48 0.09
Hex C 22 17 41 0 20 57 96 30 9
Octal 14 42 27 101 0 40 127 226 60 11
Binary 1100 100010 10111 1000001 0 100000 1010111 10010110 110000 1001

Color Harmonies of #0C2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2217

Black with #0C2217

Text Example


Text Example

White with #0C2217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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