#21742F

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

Shades of San Felix #21742F

Tints of San Felix #21742F

Color information

#21742F (or 0x21742F) is unknown color: approx San Felix. HEX triplet: 21, 74 and 2F. RGB value is (33,116,47). Sum of RGB (Red+Green+Blue) = 33+116+47=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #21742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21742F is #DE8BD0. Grayscale: #535353. Windows color (decimal): -14584785 or 3109921. OLE color: 3109921.

HSL color Cylindrical-coordinate representation of color #21742F: hue angle of 130.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21742F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB3311647-
CMYK0.7200.590.55
HSL130.12º55.7%29.22%-
HSV(B)130.12º71.55%45.49%-
XYZ7.3913.024.81-
YUV83.32107.592.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 116 (45.70% from 255) = 59.18%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=16.84%
G=59.18%
B=23.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116470.7200.590.55130.1255.729.22
Hex21742F4803B3782381d
Octal4116457110073672027035
Binary1000011110100101111100100001110111101111000001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,116,47); }

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

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

 a { background-color: rgb(33,116,47); }

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

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

 span { border-color: rgb(33,116,47); }

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