#038e36

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

Shades of Pigment Green #038E36

Tints of Pigment Green #038E36

Color information

#038E36 (or 0x038E36) is unknown color: approx Pigment Green. HEX triplet: 03, 8E and 36. RGB value is (3,142,54). Sum of RGB (Red+Green+Blue) = 3+142+54=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #038E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E36 is #FC71C9. Grayscale: #5A5A5A. Windows color (decimal): -16544202 or 3575299. OLE color: 3575299.

HSL color Cylindrical-coordinate representation of color #038E36: hue angle of 142.01º 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 #038E36 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB314254-
CMYK0.9800.620.44
HSL142.01º95.86%28.43%-
HSV(B)142.01º97.89%55.69%-
XYZ10.3819.636.73-
YUV90.41107.4565.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 142 (55.86% from 255) = 71.36%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=1.51%
G=71.36%
B=27.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3142540.9800.620.44142.0195.8628.43
Hex38E366203E2C8e601c
Octal3216661420765421614034
Binary11100011101101101100010011111010110010001110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038e36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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