#038F41

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

Shades of Pigment Green #038F41

Tints of Pigment Green #038F41

Color information

#038F41 (or 0x038F41) is unknown color: approx Pigment Green. HEX triplet: 03, 8F and 41. RGB value is (3,143,65). Sum of RGB (Red+Green+Blue) = 3+143+65=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #038F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F41 is #FC70BE. Grayscale: #5C5C5C. Windows color (decimal): -16543935 or 4296451. OLE color: 4296451.

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

Color convert

RGB314365-
CMYK0.9800.550.44
HSL146.57º95.89%28.63%-
HSV(B)146.57º97.9%56.08%-
XYZ10.8120.058.3-
YUV92.25112.6264.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 143 (56.25% from 255) = 67.77%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=1.42%
G=67.77%
B=30.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3143650.9800.550.44146.5795.8928.63
Hex38F41620372C93601d
Octal32171011420675422314035
Binary111000111110000011100010011011110110010010011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,143,65); }

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

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

 a { background-color: rgb(3,143,65); }

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

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

 span { border-color: rgb(3,143,65); }

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