Html Css Color HEX #009532 Pigment Green

📋 copy color: '#009532'

red 0 ◦ green 149 ◦ blue 50

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

Shades of Pigment Green #009532

Tints of Pigment Green #009532

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 74.87%
B = 25.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#009532 (or 0x009532) is known color: Pigment Green. HEX triplet: 00, 95 and 32. RGB value is (0,149,50). Sum of RGB (Red+Green+Blue) = 0+149+50=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #009532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009532 is #FF6ACD. Grayscale: #5D5D5D. Windows color (decimal): -16739022 or 3314944. OLE color: 3314944.

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

Color convert

RGB 0 149 50 -
CMYK 1 0 0.66 0.42
HSL 140.13º 1% 0.29% -
HSV(B) 140.13º 1% 0.58% -
XYZ 11.32 21.73 6.61 -
YUV 93.16 103.64 61.55 -
System Red Green Blue C M Y K H S L
Decimal 0 149 50 1 0 0.66 0.42 140.13 1 0.29
Hex 0 95 32 64 0 42 2A 8C 64 1D
Octal 0 225 62 144 0 102 52 214 144 35
Binary 0 10010101 110010 1100100 0 1000010 101010 10001100 1100100 11101

Color Harmonies of #009532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009532

Black with #009532

Text Example


Text Example

White with #009532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009532; }

 p { color: rgb(0,149,50); }

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

background-color css

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

 a { background-color: rgb(0,149,50); }

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

border-color css

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

 span { border-color: rgb(0,149,50); }

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