#0C2523

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

Shades of Dark Green #0C2523

Tints of Dark Green #0C2523

Color information

#0C2523 (or 0x0C2523) is unknown color: approx Dark Green. HEX triplet: 0C, 25 and 23. RGB value is (12,37,35). Sum of RGB (Red+Green+Blue) = 12+37+35=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2523 is #F3DADC. Grayscale: #1D1D1D. Windows color (decimal): -15981277 or 2303244. OLE color: 2303244.

HSL color Cylindrical-coordinate representation of color #0C2523: hue angle of 175.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2523 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB123735-
CMYK0.6800.050.85
HSL175.2º51.02%9.61%-
HSV(B)175.2º67.57%14.51%-
XYZ1.121.521.83-
YUV29.3131.22115.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=14.29%
G=44.05%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1237350.6800.050.85175.251.029.61
HexC2523440555af33a
Octal144543104051252576312
Binary1100100101100011100010001011010101101011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,37,35); }

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

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

 a { background-color: rgb(12,37,35); }

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

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

 span { border-color: rgb(12,37,35); }

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