#0C2F2A

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

Shades of Dark Green #0C2F2A

Tints of Dark Green #0C2F2A

Color information

#0C2F2A (or 0x0C2F2A) is unknown color: approx Dark Green. HEX triplet: 0C, 2F and 2A. RGB value is (12,47,42). Sum of RGB (Red+Green+Blue) = 12+47+42=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F2A is #F3D0D5. Grayscale: #232323. Windows color (decimal): -15978710 or 2764556. OLE color: 2764556.

HSL color Cylindrical-coordinate representation of color #0C2F2A: hue angle of 171.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2F2A is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB124742-
CMYK0.7400.110.82
HSL171.43º59.32%11.57%-
HSV(B)171.43º74.47%18.43%-
XYZ1.592.282.55-
YUV35.97131.4110.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.88%
GREEN value IS 47 (18.75% from 255) = 46.53%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=11.88%
G=46.53%
B=41.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1247420.7400.110.82171.4359.3211.57
HexC2F2A4A0B52ab3bc
Octal1457521120131222537314
Binary11001011111010101001010010111010010101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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