#009F2A

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

Shades of Dark Pastel Green #009F2A

Tints of Dark Pastel Green #009F2A

Color information

#009F2A (or 0x009F2A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, 9F and 2A. RGB value is (0,159,42). Sum of RGB (Red+Green+Blue) = 0+159+42=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 159 (62.5% from 255 or 79.10% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 159 - color contains mainly: green. Hex color #009F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009F2A is #FF60D5. Grayscale: #626262. Windows color (decimal): -16736470 or 2793216. OLE color: 2793216.

HSL color Cylindrical-coordinate representation of color #009F2A: hue angle of 135.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F2A is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB015942-
CMYK100.740.38
HSL135.85º100%31.18%-
HSV(B)135.85º100%62.35%-
XYZ12.8224.966.33-
YUV98.1296.3258.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 79.10%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=0%
G=79.10%
B=20.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015942100.740.38135.8510031.18
Hex09F2A6404A2688641f
Octal02375214401124621014437
Binary01001111110101011001000100101010011010001000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,159,42); }

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

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

 a { background-color: rgb(0,159,42); }

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

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

 span { border-color: rgb(0,159,42); }

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