Html Css Color HEX #0C2C1A Dark Green

📋 copy color: '#0C2C1A'

red 12 ◦ green 44 ◦ blue 26

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

Shades of Dark Green #0C2C1A

Tints of Dark Green #0C2C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 14.63%
G = 53.66%
B = 31.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#0C2C1A (or 0x0C2C1A) is known color: Dark Green. HEX triplet: 0C, 2C and 1A. RGB value is (12,44,26). Sum of RGB (Red+Green+Blue) = 12+44+26=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2C1A is #F3D3E5. Grayscale: #202020. Windows color (decimal): -15979494 or 1715212. OLE color: 1715212.

HSL color Cylindrical-coordinate representation of color #0C2C1A: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2C1A is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 44 26 -
CMYK 0.73 0 0.41 0.83
HSL 146.25º 0.57% 0.11% -
HSV(B) 146.25º 0.73% 0.17% -
XYZ 1.24 1.95 1.29 -
YUV 32.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 12 44 26 0.73 0 0.41 0.83 146.25 0.57 0.11
Hex C 2C 1A 49 0 29 53 92 39 B
Octal 14 54 32 111 0 51 123 222 71 13
Binary 1100 101100 11010 1001001 0 101001 1010011 10010010 111001 1011

Color Harmonies of #0C2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2C1A

Black with #0C2C1A

Text Example


Text Example

White with #0C2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,44,26); }

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

background-color css

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

 a { background-color: rgb(12,44,26); }

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

border-color css

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

 span { border-color: rgb(12,44,26); }

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