#0C7D03

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

Shades of Green #0C7D03

Tints of Green #0C7D03

Color information

#0C7D03 (or 0x0C7D03) is unknown color: approx Green. HEX triplet: 0C, 7D and 03. RGB value is (12,125,3). Sum of RGB (Red+Green+Blue) = 12+125+3=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 125 (49.22% from 255 or 89.29% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7D03 is #F382FC. Grayscale: #4D4D4D. Windows color (decimal): -15958781 or 228620. OLE color: 228620.

HSL color Cylindrical-coordinate representation of color #0C7D03: hue angle of 115.57º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C7D03 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB121253-
CMYK0.9000.980.51
HSL115.57º95.31%25.1%-
HSV(B)115.57º97.6%49.02%-
XYZ7.514.752.54-
YUV77.386.0681.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 125 (49.22% from 255) = 89.29%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=8.57%
G=89.29%
B=2.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1212530.9000.980.51115.5795.3125.1
HexC7D35A06233745f19
Octal14175313201426316413731
Binary11001111101111011010011000101100111110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,125,3); }

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

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

 a { background-color: rgb(12,125,3); }

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

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

 span { border-color: rgb(12,125,3); }

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