#038205

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

Shades of Green #038205

Tints of Green #038205

Color information

#038205 (or 0x038205) is unknown color: approx Green. HEX triplet: 03, 82 and 05. RGB value is (3,130,5). Sum of RGB (Red+Green+Blue) = 3+130+5=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 130 (51.17% from 255 or 94.20% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 130 - color contains mainly: green. Hex color #038205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038205 is #FC7DFA. Grayscale: #4E4E4E. Windows color (decimal): -16547323 or 360963. OLE color: 360963.

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

Color convert

RGB31305-
CMYK0.9800.960.49
HSL120.94º95.49%26.08%-
HSV(B)120.94º97.69%50.98%-
XYZ8.05162.81-
YUV77.7886.9274.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 130 (51.17% from 255) = 94.20%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=2.17%
G=94.20%
B=3.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal313050.9800.960.49120.9495.4926.08
Hex38256206031795f1a
Octal3202514201406117113732
Binary11100000101011100010011000001100011111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038205; }

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

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

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

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

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

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

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

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