#038500

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

Shades of Green #038500

Tints of Green #038500

Color information

#038500 (or 0x038500) is unknown color: approx Green. HEX triplet: 03, 85 and 00. RGB value is (3,133,0). Sum of RGB (Red+Green+Blue) = 3+133+0=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 133 (52.34% from 255 or 97.79% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 133 - color contains mainly: green. Hex color #038500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038500 is #FC7AFF. Grayscale: #4F4F4F. Windows color (decimal): -16546560 or 34051. OLE color: 34051.

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

Color convert

RGB31330-
CMYK0.98010.48
HSL118.65º100%26.08%-
HSV(B)118.65º100%52.16%-
XYZ8.4316.792.8-
YUV78.9783.4373.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 133 (52.34% from 255) = 97.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.21%
G=97.79%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313300.98010.48118.6510026.08
Hex3850620643077641a
Octal3205014201446016714432
Binary111000010101100010011001001100001110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038500; }

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

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

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

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

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

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

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

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