#008e38

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

Shades of Pigment Green #008E38

Tints of Pigment Green #008E38

Color information

#008E38 (or 0x008E38) is unknown color: approx Pigment Green. HEX triplet: 00, 8E and 38. RGB value is (0,142,56). Sum of RGB (Red+Green+Blue) = 0+142+56=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 142 (55.86% from 255 or 71.72% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 142 - color contains mainly: green. Hex color #008E38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E38 is #FF71C7. Grayscale: #595959. Windows color (decimal): -16740808 or 3706368. OLE color: 3706368.

HSL color Cylindrical-coordinate representation of color #008E38: hue angle of 143.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E38 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB014256-
CMYK100.610.44
HSL143.66º100%27.84%-
HSV(B)143.66º100%55.69%-
XYZ10.3919.636.98-
YUV89.74108.9663.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 71.72%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=0%
G=71.72%
B=28.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014256100.610.44143.6610027.84
Hex08E386403D2C90641c
Octal0216701440755422014434
Binary0100011101110001100100011110110110010010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008e38; }

 p { color: rgb(0,142,56); }

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

<style>
 a { background-color: #008e38; }

 a { background-color: rgb(0,142,56); }

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

<style>
 span { border-color: #008e38; }

 span { border-color: rgb(0,142,56); }

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