Html Css Color HEX #029432 Pigment Green

📋 copy color: '#029432'

red 2 ◦ green 148 ◦ blue 50

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

Shades of Pigment Green #029432

Tints of Pigment Green #029432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 1%
G = 74%
B = 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

#029432 (or 0x029432) is known color: Pigment Green. HEX triplet: 02, 94 and 32. RGB value is (2,148,50). Sum of RGB (Red+Green+Blue) = 2+148+50=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #029432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029432 is #FD6BCD. Grayscale: #5D5D5D. Windows color (decimal): -16608206 or 3314690. OLE color: 3314690.

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

Color convert

RGB 2 148 50 -
CMYK 0.99 0 0.66 0.42
HSL 139.73º 0.97% 0.29% -
HSV(B) 139.73º 0.99% 0.58% -
XYZ 11.19 21.42 6.56 -
YUV 93.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 2 148 50 0.99 0 0.66 0.42 139.73 0.97 0.29
Hex 2 94 32 63 0 42 2A 8C 61 1D
Octal 2 224 62 143 0 102 52 214 141 35
Binary 10 10010100 110010 1100011 0 1000010 101010 10001100 1100001 11101

Color Harmonies of #029432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029432

Black with #029432

Text Example


Text Example

White with #029432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029432; }

 p { color: rgb(2,148,50); }

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

background-color css

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

 a { background-color: rgb(2,148,50); }

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

border-color css

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

 span { border-color: rgb(2,148,50); }

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