#038F3E

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

Shades of Pigment Green #038F3E

Tints of Pigment Green #038F3E

Color information

#038F3E (or 0x038F3E) is unknown color: approx Pigment Green. HEX triplet: 03, 8F and 3E. RGB value is (3,143,62). Sum of RGB (Red+Green+Blue) = 3+143+62=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #038F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F3E is #FC70C1. Grayscale: #5C5C5C. Windows color (decimal): -16543938 or 4099843. OLE color: 4099843.

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

Color convert

RGB314362-
CMYK0.9800.570.44
HSL145.29º95.89%28.63%-
HSV(B)145.29º97.9%56.08%-
XYZ10.7320.017.85-
YUV91.91111.1264.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 143 (56.25% from 255) = 68.75%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=1.44%
G=68.75%
B=29.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3143620.9800.570.44145.2995.8928.63
Hex38F3E620392C91601d
Octal3217761420715422114035
Binary11100011111111101100010011100110110010010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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