#009B2F

Color #009B2F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #009B2F

Tints of Pigment Green #009B2F

Color information

#009B2F (or 0x009B2F) is unknown color: approx Pigment Green. HEX triplet: 00, 9B and 2F. RGB value is (0,155,47). Sum of RGB (Red+Green+Blue) = 0+155+47=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 155 (60.94% from 255 or 76.73% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 155 - color contains mainly: green. Hex color #009B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009B2F is #FF64D0. Grayscale: #606060. Windows color (decimal): -16737489 or 3119872. OLE color: 3119872.

HSL color Cylindrical-coordinate representation of color #009B2F: hue angle of 138.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B2F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB015547-
CMYK100.700.39
HSL138.19º100%30.39%-
HSV(B)138.19º100%60.78%-
XYZ12.2323.656.61-
YUV96.34100.1559.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 76.73%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=0%
G=76.73%
B=23.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015547100.700.39138.1910030.39
Hex09B2F64046278a641e
Octal02335714401064721214436
Binary01001101110111111001000100011010011110001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009B2F; }

 p { color: rgb(0,155,47); }

 H1.HeaderClassName
 {
   color: #009B2F;
 }
 .AnyTagClassName
 {
   color: #009B2F;
 }
</style>
background-color css

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

 a { background-color: rgb(0,155,47); }

 div.DivClassName
 {
   background-color: #009B2F;
 }
 .BgClassName
 {
   background-color: #009B2F;
 }
</style>
border-color css

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

 span { border-color: rgb(0,155,47); }

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