#038C05

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

Shades of Green #038C05

Tints of Green #038C05

Color information

#038C05 (or 0x038C05) is unknown color: approx Green. HEX triplet: 03, 8C and 05. RGB value is (3,140,5). Sum of RGB (Red+Green+Blue) = 3+140+5=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 140 (55.08% from 255 or 94.59% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 140 - color contains mainly: green. Hex color #038C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038C05 is #FC73FA. Grayscale: #545454. Windows color (decimal): -16544763 or 363523. OLE color: 363523.

HSL color Cylindrical-coordinate representation of color #038C05: hue angle of 120.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C05 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB31405-
CMYK0.9800.960.45
HSL120.88º95.8%28.04%-
HSV(B)120.88º97.86%54.9%-
XYZ9.4418.793.27-
YUV83.6583.6170.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 140 (55.08% from 255) = 94.59%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=2.03%
G=94.59%
B=3.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal314050.9800.960.45120.8895.828.04
Hex38C5620602D79601c
Octal3214514201405517114034
Binary11100011001011100010011000001011011111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038C05; }

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

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

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

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

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

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

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

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