Html Css Color HEX #029235 Pigment Green

📋 copy color: '#029235'

red 2 ◦ green 146 ◦ blue 53

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

Shades of Pigment Green #029235

Tints of Pigment Green #029235

RGB

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

 GREEN value IS 146 (57.42% from 255) = 72.64%

 BLUE value IS 53 (21.09% from 255) = 26.37%

R = 1%
G = 72.64%
B = 26.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#029235 (or 0x029235) is known color: Pigment Green. HEX triplet: 02, 92 and 35. RGB value is (2,146,53). Sum of RGB (Red+Green+Blue) = 2+146+53=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 146 (57.42% from 255 or 72.64% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 146 - color contains mainly: green. Hex color #029235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029235 is #FD6DCA. Grayscale: #5C5C5C. Windows color (decimal): -16608715 or 3510786. OLE color: 3510786.

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

Color convert

RGB 2 146 53 -
CMYK 0.99 0 0.64 0.43
HSL 141.25º 0.97% 0.29% -
HSV(B) 141.25º 0.99% 0.57% -
XYZ 10.95 20.83 6.81 -
YUV 92.34 105.79 63.56 -
System Red Green Blue C M Y K H S L
Decimal 2 146 53 0.99 0 0.64 0.43 141.25 0.97 0.29
Hex 2 92 35 63 0 40 2B 8D 61 1D
Octal 2 222 65 143 0 100 53 215 141 35
Binary 10 10010010 110101 1100011 0 1000000 101011 10001101 1100001 11101

Color Harmonies of #029235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029235

Black with #029235

Text Example


Text Example

White with #029235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029235; }

 p { color: rgb(2,146,53); }

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

background-color css

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

 a { background-color: rgb(2,146,53); }

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

border-color css

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

 span { border-color: rgb(2,146,53); }

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