#21701F

Color #21701F San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #21701F

Tints of San Felix #21701F

Color information

#21701F (or 0x21701F) is unknown color: approx San Felix. HEX triplet: 21, 70 and 1F. RGB value is (33,112,31). Sum of RGB (Red+Green+Blue) = 33+112+31=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #21701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21701F is #DE8FE0. Grayscale: #4F4F4F. Windows color (decimal): -14585825 or 2060321. OLE color: 2060321.

HSL color Cylindrical-coordinate representation of color #21701F: hue angle of 118.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21701F is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB3311231-
CMYK0.7100.720.56
HSL118.52º56.64%28.04%-
HSV(B)118.52º72.32%43.92%-
XYZ6.6712.013.26-
YUV79.15100.8395.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 112 (44.14% from 255) = 63.64%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=18.75%
G=63.64%
B=17.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112310.7100.720.56118.5256.6428.04
Hex21701F470483877391c
Octal41160371070110701677134
Binary100001111000011111100011101001000111000111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21701F; }

 p { color: rgb(33,112,31); }

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

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

 a { background-color: rgb(33,112,31); }

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

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

 span { border-color: rgb(33,112,31); }

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