Html Css Color HEX #029533 Pigment Green

📋 copy color: '#029533'

red 2 ◦ green 149 ◦ blue 51

#029533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #029533

Tints of Pigment Green #029533

RGB

 RED value IS 2 (1.17% from 255) = 0.99%

 GREEN value IS 149 (58.59% from 255) = 73.76%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 0.99%
G = 73.76%
B = 25.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#029533 (or 0x029533) is known color: Pigment Green. HEX triplet: 02, 95 and 33. RGB value is (2,149,51). Sum of RGB (Red+Green+Blue) = 2+149+51=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #029533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029533 is #FD6ACC. Grayscale: #5E5E5E. Windows color (decimal): -16607949 or 3380482. OLE color: 3380482.

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

Color convert

RGB 2 149 51 -
CMYK 0.99 0 0.66 0.42
HSL 140º 0.97% 0.3% -
HSV(B) 140º 0.99% 0.58% -
XYZ 11.37 21.75 6.73 -
YUV 93.88 103.8 62.47 -
System Red Green Blue C M Y K H S L
Decimal 2 149 51 0.99 0 0.66 0.42 140 0.97 0.3
Hex 2 95 33 63 0 42 2A 8C 61 1E
Octal 2 225 63 143 0 102 52 214 141 36
Binary 10 10010101 110011 1100011 0 1000010 101010 10001100 1100001 11110

Color Harmonies of #029533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029533

Black with #029533

Text Example


Text Example

White with #029533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029533; }

 p { color: rgb(2,149,51); }

 H1.HeaderClassName
 {
   color: #029533;
 }
 .AnyTagClassName
 {
   color: #029533;
 }
</style>

background-color css

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

 a { background-color: rgb(2,149,51); }

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

border-color css

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

 span { border-color: rgb(2,149,51); }

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