#22682D

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

Shades of San Felix #22682D

Tints of San Felix #22682D

Color information

#22682D (or 0x22682D) is unknown color: approx San Felix. HEX triplet: 22, 68 and 2D. RGB value is (34,104,45). Sum of RGB (Red+Green+Blue) = 34+104+45=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #22682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22682D is #DD97D2. Grayscale: #4C4C4C. Windows color (decimal): -14522323 or 2975778. OLE color: 2975778.

HSL color Cylindrical-coordinate representation of color #22682D: hue angle of 129.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #22682D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB3410445-
CMYK0.6700.570.59
HSL129.43º50.72%27.06%-
HSV(B)129.43º67.31%40.78%-
XYZ6.0810.434.18-
YUV76.34110.3197.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 104 (41.02% from 255) = 56.83%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=18.58%
G=56.83%
B=24.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104450.6700.570.59129.4350.7227.06
Hex22682D430393B81331b
Octal4215055103071732016333
Binary1000101101000101101100001101110011110111000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,104,45); }

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

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

 a { background-color: rgb(34,104,45); }

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

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

 span { border-color: rgb(34,104,45); }

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