#029750

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

Shades of Pigment Green #029750

Tints of Pigment Green #029750

Color information

#029750 (or 0x029750) is unknown color: approx Pigment Green. HEX triplet: 02, 97 and 50. RGB value is (2,151,80). Sum of RGB (Red+Green+Blue) = 2+151+80=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #029750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029750 is #FD68AF. Grayscale: #626262. Windows color (decimal): -16607408 or 5281538. OLE color: 5281538.

HSL color Cylindrical-coordinate representation of color #029750: hue angle of 151.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029750 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB215180-
CMYK0.9900.470.41
HSL151.41º97.39%30%-
HSV(B)151.41º98.68%59.22%-
XYZ12.5422.7311.31-
YUV98.36117.6459.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 151 (59.38% from 255) = 64.81%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=0.86%
G=64.81%
B=34.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2151800.9900.470.41151.4197.3930
Hex297506302F2997611e
Octal22271201430575122714136
Binary101001011110100001100011010111110100110010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029750; }

 p { color: rgb(2,151,80); }

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

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

 a { background-color: rgb(2,151,80); }

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

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

 span { border-color: rgb(2,151,80); }

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