#21702D

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

Shades of San Felix #21702D

Tints of San Felix #21702D

Color information

#21702D (or 0x21702D) is unknown color: approx San Felix. HEX triplet: 21, 70 and 2D. RGB value is (33,112,45). Sum of RGB (Red+Green+Blue) = 33+112+45=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #21702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21702D is #DE8FD2. Grayscale: #505050. Windows color (decimal): -14585811 or 2977825. OLE color: 2977825.

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

Color convert

RGB3311245-
CMYK0.7100.600.56
HSL129.11º54.48%28.43%-
HSV(B)129.11º70.54%43.92%-
XYZ6.912.14.45-
YUV80.74107.8393.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=17.37%
G=58.95%
B=23.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112450.7100.600.56129.1154.4828.43
Hex21702D4703C3881361c
Octal4116055107074702016634
Binary1000011110000101101100011101111001110001000000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21702D; }

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

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

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

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

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

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

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

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