#afaf2b

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

Shades of Earls Green #AFAF2B

Tints of Earls Green #AFAF2B

Color information

#AFAF2B (or 0xAFAF2B) is unknown color: approx Earls Green. HEX triplet: AF, AF and 2B. RGB value is (175,175,43). Sum of RGB (Red+Green+Blue) = 175+175+43=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF2B is #5050D4. Grayscale: #A0A0A0. Windows color (decimal): -5263573 or 2863023. OLE color: 2863023.

HSL color Cylindrical-coordinate representation of color #AFAF2B: hue angle of 60º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFAF2B is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17517543-
CMYK000.750.31
HSL60º60.55%42.75%-
HSV(B)60º75.43%68.63%-
XYZ33.4539.958.23-
YUV159.9562138.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 43 (17.19% from 255) = 10.94%
R=44.53%
G=44.53%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517543000.750.316060.5542.75
HexAFAF2B004B1F3c3d2b
Octal257257530011337747553
Binary101011111010111110101100100101111111111100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afaf2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afaf2b; }

 p { color: rgb(175,175,43); }

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

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

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

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

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

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

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