#038011

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

Shades of Green #038011

Tints of Green #038011

Color information

#038011 (or 0x038011) is unknown color: approx Green. HEX triplet: 03, 80 and 11. RGB value is (3,128,17). Sum of RGB (Red+Green+Blue) = 3+128+17=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 128 (50.39% from 255 or 86.49% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 128 - color contains mainly: green. Hex color #038011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038011 is #FC7FEE. Grayscale: #4E4E4E. Windows color (decimal): -16547823 or 1146883. OLE color: 1146883.

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

Color convert

RGB312817-
CMYK0.9800.870.50
HSL126.72º95.42%25.69%-
HSV(B)126.72º97.66%50.2%-
XYZ7.8615.53.11-
YUV77.9793.5974.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 128 (50.39% from 255) = 86.49%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=2.03%
G=86.49%
B=11.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3128170.9800.870.50126.7295.4225.69
Hex3801162057327f5f1a
Octal32002114201276217713732
Binary1110000000100011100010010101111100101111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038011; }

 p { color: rgb(3,128,17); }

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

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

 a { background-color: rgb(3,128,17); }

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

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

 span { border-color: rgb(3,128,17); }

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