#038110

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

Shades of Green #038110

Tints of Green #038110

Color information

#038110 (or 0x038110) is unknown color: approx Green. HEX triplet: 03, 81 and 10. RGB value is (3,129,16). Sum of RGB (Red+Green+Blue) = 3+129+16=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 129 (50.78% from 255 or 87.16% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 129 - color contains mainly: green. Hex color #038110 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038110 is #FC7EEF. Grayscale: #4E4E4E. Windows color (decimal): -16547568 or 1081603. OLE color: 1081603.

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

Color convert

RGB312916-
CMYK0.9800.880.49
HSL126.19º95.45%25.88%-
HSV(B)126.19º97.67%50.59%-
XYZ7.9815.763.11-
YUV78.4492.7674.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 129 (50.78% from 255) = 87.16%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=2.03%
G=87.16%
B=10.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129160.9800.880.49126.1995.4525.88
Hex3811062058317e5f1a
Octal32012014201306117613732
Binary1110000001100001100010010110001100011111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038110; }

 p { color: rgb(3,129,16); }

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

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

 a { background-color: rgb(3,129,16); }

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

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

 span { border-color: rgb(3,129,16); }

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