#038900

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

Shades of Green #038900

Tints of Green #038900

Color information

#038900 (or 0x038900) is unknown color: approx Green. HEX triplet: 03, 89 and 00. RGB value is (3,137,0). Sum of RGB (Red+Green+Blue) = 3+137+0=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 137 (53.91% from 255 or 97.86% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 137 - color contains mainly: green. Hex color #038900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038900 is #FC76FF. Grayscale: #515151. Windows color (decimal): -16545536 or 35075. OLE color: 35075.

HSL color Cylindrical-coordinate representation of color #038900: hue angle of 118.69º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #038900 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB31370-
CMYK0.98010.46
HSL118.69º100%26.86%-
HSV(B)118.69º100%53.73%-
XYZ8.9817.912.98-
YUV81.3282.1172.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 137 (53.91% from 255) = 97.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.14%
G=97.86%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal313700.98010.46118.6910026.86
Hex3890620642E77641b
Octal3211014201445616714433
Binary111000100101100010011001001011101110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038900; }

 p { color: rgb(3,137,0); }

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

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

 a { background-color: rgb(3,137,0); }

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

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

 span { border-color: rgb(3,137,0); }

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