Html Css Color HEX #0C312B Dark Green

📋 copy color: '#0C312B'

red 12 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #0C312B

Tints of Dark Green #0C312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 43 (17.19% from 255) = 41.35%

R = 11.54%
G = 47.12%
B = 41.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#0C312B (or 0x0C312B) is known color: Dark Green. HEX triplet: 0C, 31 and 2B. RGB value is (12,49,43). Sum of RGB (Red+Green+Blue) = 12+49+43=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #0C312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C312B is #F3CED4. Grayscale: #252525. Windows color (decimal): -15978197 or 2830604. OLE color: 2830604.

HSL color Cylindrical-coordinate representation of color #0C312B: hue angle of 170.27º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C312B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 49 43 -
CMYK 0.76 0 0.12 0.81
HSL 170.27º 0.61% 0.12% -
HSV(B) 170.27º 0.76% 0.19% -
XYZ 1.69 2.45 2.67 -
YUV 37.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 12 49 43 0.76 0 0.12 0.81 170.27 0.61 0.12
Hex C 31 2B 4C 0 C 51 AA 3D C
Octal 14 61 53 114 0 14 121 252 75 14
Binary 1100 110001 101011 1001100 0 1100 1010001 10101010 111101 1100

Color Harmonies of #0C312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C312B

Black with #0C312B

Text Example


Text Example

White with #0C312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,49,43); }

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

background-color css

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

 a { background-color: rgb(12,49,43); }

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

border-color css

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

 span { border-color: rgb(12,49,43); }

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