Html Css Color HEX #0C2F22 Dark Green

📋 copy color: '#0C2F22'

red 12 ◦ green 47 ◦ blue 34

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

Shades of Dark Green #0C2F22

Tints of Dark Green #0C2F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 50.54%

 BLUE value IS 34 (13.67% from 255) = 36.56%

R = 12.9%
G = 50.54%
B = 36.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#0C2F22 (or 0x0C2F22) is known color: Dark Green. HEX triplet: 0C, 2F and 22. RGB value is (12,47,34). Sum of RGB (Red+Green+Blue) = 12+47+34=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F22 is #F3D0DD. Grayscale: #232323. Windows color (decimal): -15978718 or 2240268. OLE color: 2240268.

HSL color Cylindrical-coordinate representation of color #0C2F22: hue angle of 157.71º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2F22 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 47 34 -
CMYK 0.74 0 0.28 0.82
HSL 157.71º 0.59% 0.12% -
HSV(B) 157.71º 0.74% 0.18% -
XYZ 1.46 2.23 1.87 -
YUV 35.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 12 47 34 0.74 0 0.28 0.82 157.71 0.59 0.12
Hex C 2F 22 4A 0 1C 52 9E 3B C
Octal 14 57 42 112 0 34 122 236 73 14
Binary 1100 101111 100010 1001010 0 11100 1010010 10011110 111011 1100

Color Harmonies of #0C2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2F22

Black with #0C2F22

Text Example


Text Example

White with #0C2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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