#0C342A

Color #0C342A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0C342A

Tints of Dark Green #0C342A

Color information

#0C342A (or 0x0C342A) is unknown color: approx Dark Green. HEX triplet: 0C, 34 and 2A. RGB value is (12,52,42). Sum of RGB (Red+Green+Blue) = 12+52+42=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #0C342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C342A is #F3CBD5. Grayscale: #262626. Windows color (decimal): -15977430 or 2765836. OLE color: 2765836.

HSL color Cylindrical-coordinate representation of color #0C342A: hue angle of 165º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C342A is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB125242-
CMYK0.7700.190.80
HSL165º62.5%12.55%-
HSV(B)165º76.92%20.39%-
XYZ1.82.72.62-
YUV38.9129.75108.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=11.32%
G=49.06%
B=39.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252420.7700.190.8016562.512.55
HexC342A4D01350a53ed
Octal1464521150231202457615
Binary110011010010101010011010100111010000101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,42); }

 H1.HeaderClassName
 {
   color: #0C342A;
 }
 .AnyTagClassName
 {
   color: #0C342A;
 }
</style>
background-color css

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

 a { background-color: rgb(12,52,42); }

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

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

 span { border-color: rgb(12,52,42); }

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