#039238

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

Shades of Pigment Green #039238

Tints of Pigment Green #039238

Color information

#039238 (or 0x039238) is unknown color: approx Pigment Green. HEX triplet: 03, 92 and 38. RGB value is (3,146,56). Sum of RGB (Red+Green+Blue) = 3+146+56=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 146 (57.42% from 255 or 71.22% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 146 - color contains mainly: green. Hex color #039238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039238 is #FC6DC7. Grayscale: #5D5D5D. Windows color (decimal): -16543176 or 3707395. OLE color: 3707395.

HSL color Cylindrical-coordinate representation of color #039238: hue angle of 142.24º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039238 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB314656-
CMYK0.9800.620.43
HSL142.24º95.97%29.22%-
HSV(B)142.24º97.95%57.25%-
XYZ11.0320.867.19-
YUV92.98107.1263.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 146 (57.42% from 255) = 71.22%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=1.46%
G=71.22%
B=27.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3146560.9800.620.43142.2495.9729.22
Hex392386203E2B8e601d
Octal3222701420765321614035
Binary11100100101110001100010011111010101110001110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039238; }

 p { color: rgb(3,146,56); }

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

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

 a { background-color: rgb(3,146,56); }

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

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

 span { border-color: rgb(3,146,56); }

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