#0C382C

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

Shades of Dark Green #0C382C

Tints of Dark Green #0C382C

Color information

#0C382C (or 0x0C382C) is unknown color: approx Dark Green. HEX triplet: 0C, 38 and 2C. RGB value is (12,56,44). Sum of RGB (Red+Green+Blue) = 12+56+44=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382C is #F3C7D3. Grayscale: #292929. Windows color (decimal): -15976404 or 2897932. OLE color: 2897932.

HSL color Cylindrical-coordinate representation of color #0C382C: hue angle of 163.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C382C is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB125644-
CMYK0.7900.210.78
HSL163.64º64.71%13.33%-
HSV(B)163.64º78.57%21.96%-
XYZ2.023.092.87-
YUV41.48129.42106.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=10.71%
G=50%
B=39.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1256440.7900.210.78163.6464.7113.33
HexC382C4F0154Ea441d
Octal14705411702511624410115
Binary1100111000101100100111101010110011101010010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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