#038505

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

Shades of Green #038505

Tints of Green #038505

Color information

#038505 (or 0x038505) is unknown color: approx Green. HEX triplet: 03, 85 and 05. RGB value is (3,133,5). Sum of RGB (Red+Green+Blue) = 3+133+5=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #038505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038505 is #FC7AFA. Grayscale: #4F4F4F. Windows color (decimal): -16546555 or 361731. OLE color: 361731.

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

Color convert

RGB31335-
CMYK0.9800.960.48
HSL120.92º95.59%26.67%-
HSV(B)120.92º97.74%52.16%-
XYZ8.4516.812.94-
YUV79.5485.9373.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 133 (52.34% from 255) = 94.33%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=2.13%
G=94.33%
B=3.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313350.9800.960.48120.9295.5926.67
Hex3855620603079601b
Octal3205514201406017114033
Binary11100001011011100010011000001100001111001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038505; }

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

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

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

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

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

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

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

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