#038508

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

Shades of Green #038508

Tints of Green #038508

Color information

#038508 (or 0x038508) is unknown color: approx Green. HEX triplet: 03, 85 and 08. RGB value is (3,133,8). Sum of RGB (Red+Green+Blue) = 3+133+8=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 133 (52.34% from 255 or 92.36% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 133 - color contains mainly: green. Hex color #038508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038508 is #FC7AF7. Grayscale: #505050. Windows color (decimal): -16546552 or 558339. OLE color: 558339.

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

Color convert

RGB31338-
CMYK0.9800.940.48
HSL122.31º95.59%26.67%-
HSV(B)122.31º97.74%52.16%-
XYZ8.4716.813.03-
YUV79.8887.4373.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 133 (52.34% from 255) = 92.36%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=2.08%
G=92.36%
B=5.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313380.9800.940.48122.3195.5926.67
Hex38586205E307a601b
Octal32051014201366017214033
Binary111000010110001100010010111101100001111010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038508; }

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

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

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

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

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

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

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

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