#03780E

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

Shades of Green #03780E

Tints of Green #03780E

Color information

#03780E (or 0x03780E) is unknown color: approx Green. HEX triplet: 03, 78 and 0E. RGB value is (3,120,14). Sum of RGB (Red+Green+Blue) = 3+120+14=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 120 (47.27% from 255 or 87.59% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 120 - color contains mainly: green. Hex color #03780E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03780E is #FC87F1. Grayscale: #494949. Windows color (decimal): -16549874 or 948227. OLE color: 948227.

HSL color Cylindrical-coordinate representation of color #03780E: hue angle of 125.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03780E is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB312014-
CMYK0.9800.880.53
HSL125.64º95.12%24.12%-
HSV(B)125.64º97.5%47.06%-
XYZ6.8313.482.66-
YUV72.9394.7478.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 120 (47.27% from 255) = 87.59%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=2.19%
G=87.59%
B=10.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3120140.9800.880.53125.6495.1224.12
Hex378E62058357e5f18
Octal31701614201306517613730
Binary11111100011101100010010110001101011111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03780E; }

 p { color: rgb(3,120,14); }

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

<style>
 a { background-color: #03780E; }

 a { background-color: rgb(3,120,14); }

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

<style>
 span { border-color: #03780E; }

 span { border-color: rgb(3,120,14); }

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