#0C0F02

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

Shades of Green Waterloo #0C0F02

Tints of Green Waterloo #0C0F02

Color information

#0C0F02 (or 0x0C0F02) is unknown color: approx Green Waterloo. HEX triplet: 0C, 0F and 02. RGB value is (12,15,2). Sum of RGB (Red+Green+Blue) = 12+15+2=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F02 is #F3F0FD. Grayscale: #0C0C0C. Windows color (decimal): -15986942 or 134924. OLE color: 134924.

HSL color Cylindrical-coordinate representation of color #0C0F02: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0F02 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB12152-
CMYK0.2000.870.94
HSL73.85º76.47%3.33%-
HSV(B)73.85º86.67%5.88%-
XYZ0.330.420.12-
YUV12.62122.01127.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 41.38%
GREEN value IS 15 (6.25% from 255) = 51.72%
BLUE value IS 2 (1.17% from 255) = 6.90%
R=41.38%
G=51.72%
B=6.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal121520.2000.870.9473.8576.473.33
HexCF2140575E4a4c3
Octal141722401271361121143
Binary1100111110101000101011110111101001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,15,2); }

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

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

 a { background-color: rgb(12,15,2); }

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

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

 span { border-color: rgb(12,15,2); }

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