#0C3026

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

Shades of Dark Green #0C3026

Tints of Dark Green #0C3026

Color information

#0C3026 (or 0x0C3026) is unknown color: approx Dark Green. HEX triplet: 0C, 30 and 26. RGB value is (12,48,38). Sum of RGB (Red+Green+Blue) = 12+48+38=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3026 is #F3CFD9. Grayscale: #242424. Windows color (decimal): -15978458 or 2502668. OLE color: 2502668.

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

Color convert

RGB124838-
CMYK0.7500.210.81
HSL163.33º60%11.76%-
HSV(B)163.33º75%18.82%-
XYZ1.562.332.2-
YUV36.1129.07110.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=12.24%
G=48.98%
B=38.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248380.7500.210.81163.336011.76
HexC30264B01551a33cc
Octal1460461130251212437414
Binary110011000010011010010110101011010001101000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,38); }

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

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

 a { background-color: rgb(12,48,38); }

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

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

 span { border-color: rgb(12,48,38); }

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