#038210

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

Shades of Green #038210

Tints of Green #038210

Color information

#038210 (or 0x038210) is unknown color: approx Green. HEX triplet: 03, 82 and 10. RGB value is (3,130,16). Sum of RGB (Red+Green+Blue) = 3+130+16=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 130 (51.17% from 255 or 87.25% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 130 - color contains mainly: green. Hex color #038210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038210 is #FC7DEF. Grayscale: #4F4F4F. Windows color (decimal): -16547312 or 1081859. OLE color: 1081859.

HSL color Cylindrical-coordinate representation of color #038210: hue angle of 126.14º 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 #038210 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB313016-
CMYK0.9800.880.49
HSL126.14º95.49%26.08%-
HSV(B)126.14º97.69%50.98%-
XYZ8.1116.023.16-
YUV79.0392.4273.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 130 (51.17% from 255) = 87.25%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=2.01%
G=87.25%
B=10.74%

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
Decimal3130160.9800.880.49126.1495.4926.08
Hex3821062058317e5f1a
Octal32022014201306117613732
Binary1110000010100001100010010110001100011111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038210; }

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

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

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

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

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

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

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

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