#0C3827

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

Shades of Dark Green #0C3827

Tints of Dark Green #0C3827

Color information

#0C3827 (or 0x0C3827) is unknown color: approx Dark Green. HEX triplet: 0C, 38 and 27. RGB value is (12,56,39). Sum of RGB (Red+Green+Blue) = 12+56+39=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #0C3827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3827 is #F3C7D8. Grayscale: #282828. Windows color (decimal): -15976409 or 2570252. OLE color: 2570252.

HSL color Cylindrical-coordinate representation of color #0C3827: hue angle of 156.82º 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 #0C3827 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB125639-
CMYK0.7900.300.78
HSL156.82º64.71%13.33%-
HSV(B)156.82º78.57%21.96%-
XYZ1.933.052.41-
YUV40.91126.92107.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=11.21%
G=52.34%
B=36.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1256390.7900.300.78156.8264.7113.33
HexC38274F01E4E9d41d
Octal14704711703611623510115
Binary1100111000100111100111101111010011101001110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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