#009B2B

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

Shades of Dark Pastel Green #009B2B

Tints of Dark Pastel Green #009B2B

Color information

#009B2B (or 0x009B2B) is unknown color: approx Dark Pastel Green. HEX triplet: 00, 9B and 2B. RGB value is (0,155,43). Sum of RGB (Red+Green+Blue) = 0+155+43=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 155 (60.94% from 255 or 78.28% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 155 - color contains mainly: green. Hex color #009B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009B2B is #FF64D4. Grayscale: #606060. Windows color (decimal): -16737493 or 2857728. OLE color: 2857728.

HSL color Cylindrical-coordinate representation of color #009B2B: hue angle of 136.65º 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 #009B2B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB015543-
CMYK100.720.39
HSL136.65º100%30.39%-
HSV(B)136.65º100%60.78%-
XYZ12.1623.626.2-
YUV95.8998.1559.61-

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) = 78.28%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=0%
G=78.28%
B=21.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal015543100.720.39136.6510030.39
Hex09B2B640482789641e
Octal02335314401104721114436
Binary01001101110101111001000100100010011110001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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