Html Css Color HEX #029433 Pigment Green

📋 copy color: '#029433'

red 2 ◦ green 148 ◦ blue 51

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

Shades of Pigment Green #029433

Tints of Pigment Green #029433

RGB

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

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

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

R = 1%
G = 73.63%
B = 25.37%

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

#029433 (or 0x029433) is known color: Pigment Green. HEX triplet: 02, 94 and 33. RGB value is (2,148,51). Sum of RGB (Red+Green+Blue) = 2+148+51=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #029433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029433 is #FD6BCC. Grayscale: #5D5D5D. Windows color (decimal): -16608205 or 3380226. OLE color: 3380226.

HSL color Cylindrical-coordinate representation of color #029433: hue angle of 140.14º 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 #029433 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 148 51 -
CMYK 0.99 0 0.66 0.42
HSL 140.14º 0.97% 0.29% -
HSV(B) 140.14º 0.99% 0.58% -
XYZ 11.21 21.43 6.68 -
YUV 93.29 104.13 62.89 -
System Red Green Blue C M Y K H S L
Decimal 2 148 51 0.99 0 0.66 0.42 140.14 0.97 0.29
Hex 2 94 33 63 0 42 2A 8C 61 1D
Octal 2 224 63 143 0 102 52 214 141 35
Binary 10 10010100 110011 1100011 0 1000010 101010 10001100 1100001 11101

Color Harmonies of #029433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029433

Black with #029433

Text Example


Text Example

White with #029433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029433; }

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

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

background-color css

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

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

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

border-color css

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

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

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