#038E46

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

Shades of Pigment Green #038E46

Tints of Pigment Green #038E46

Color information

#038E46 (or 0x038E46) is unknown color: approx Pigment Green. HEX triplet: 03, 8E and 46. RGB value is (3,142,70). Sum of RGB (Red+Green+Blue) = 3+142+70=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #038E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E46 is #FC71B9. Grayscale: #5C5C5C. Windows color (decimal): -16544186 or 4623875. OLE color: 4623875.

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

Color convert

RGB314270-
CMYK0.9800.510.44
HSL148.92º95.86%28.43%-
HSV(B)148.92º97.89%55.69%-
XYZ10.8219.819.05-
YUV92.23115.4564.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 142 (55.86% from 255) = 66.05%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=1.40%
G=66.05%
B=32.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3142700.9800.510.44148.9295.8628.43
Hex38E46620332C95601c
Octal32161061420635422514034
Binary111000111010001101100010011001110110010010101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,142,70); }

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

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

 a { background-color: rgb(3,142,70); }

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

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

 span { border-color: rgb(3,142,70); }

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