#00AF2F

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

Shades of Dark Pastel Green #00AF2F

Tints of Dark Pastel Green #00AF2F

Color information

#00AF2F (or 0x00AF2F) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AF and 2F. RGB value is (0,175,47). Sum of RGB (Red+Green+Blue) = 0+175+47=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AF2F is #FF50D0. Grayscale: #6C6C6C. Windows color (decimal): -16732369 or 3124992. OLE color: 3124992.

HSL color Cylindrical-coordinate representation of color #00AF2F: hue angle of 136.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF2F is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB017547-
CMYK100.730.31
HSL136.11º100%34.31%-
HSV(B)136.11º100%68.63%-
XYZ15.8430.877.81-
YUV108.0893.5250.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 175 (68.75% from 255) = 78.83%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=0%
G=78.83%
B=21.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017547100.730.31136.1110034.31
Hex0AF2F640491F886422
Octal02575714401113721014442
Binary01010111110111111001000100100111111100010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AF2F; }

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

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

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

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

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

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

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

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