#22742F

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

Shades of San Felix #22742F

Tints of San Felix #22742F

Color information

#22742F (or 0x22742F) is unknown color: approx San Felix. HEX triplet: 22, 74 and 2F. RGB value is (34,116,47). Sum of RGB (Red+Green+Blue) = 34+116+47=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #22742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22742F is #DD8BD0. Grayscale: #535353. Windows color (decimal): -14519249 or 3109922. OLE color: 3109922.

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

Color convert

RGB3411647-
CMYK0.7100.590.55
HSL129.51º54.67%29.41%-
HSV(B)129.51º70.69%45.49%-
XYZ7.4213.044.81-
YUV83.62107.3392.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 116 (45.70% from 255) = 58.88%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=17.26%
G=58.88%
B=23.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34116470.7100.590.55129.5154.6729.41
Hex22742F4703B3782371d
Octal4216457107073672026735
Binary1000101110100101111100011101110111101111000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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