Html Css Color HEX #009531 Pigment Green

📋 copy color: '#009531'

red 0 ◦ green 149 ◦ blue 49

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

Shades of Pigment Green #009531

Tints of Pigment Green #009531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 0%
G = 75.25%
B = 24.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#009531 (or 0x009531) is known color: Pigment Green. HEX triplet: 00, 95 and 31. RGB value is (0,149,49). Sum of RGB (Red+Green+Blue) = 0+149+49=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #009531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009531 is #FF6ACE. Grayscale: #5D5D5D. Windows color (decimal): -16739023 or 3249408. OLE color: 3249408.

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

Color convert

RGB 0 149 49 -
CMYK 1 0 0.67 0.42
HSL 139.73º 1% 0.29% -
HSV(B) 139.73º 1% 0.58% -
XYZ 11.3 21.72 6.5 -
YUV 93.05 103.14 61.63 -
System Red Green Blue C M Y K H S L
Decimal 0 149 49 1 0 0.67 0.42 139.73 1 0.29
Hex 0 95 31 64 0 43 2A 8C 64 1D
Octal 0 225 61 144 0 103 52 214 144 35
Binary 0 10010101 110001 1100100 0 1000011 101010 10001100 1100100 11101

Color Harmonies of #009531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009531

Black with #009531

Text Example


Text Example

White with #009531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009531; }

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

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

background-color css

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

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

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

border-color css

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

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

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