#226F1D

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

Shades of San Felix #226F1D

Tints of San Felix #226F1D

Color information

#226F1D (or 0x226F1D) is unknown color: approx San Felix. HEX triplet: 22, 6F and 1D. RGB value is (34,111,29). Sum of RGB (Red+Green+Blue) = 34+111+29=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #226F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226F1D is #DD90E2. Grayscale: #4E4E4E. Windows color (decimal): -14520547 or 1928994. OLE color: 1928994.

HSL color Cylindrical-coordinate representation of color #226F1D: hue angle of 116.34º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #226F1D is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB3411129-
CMYK0.6900.740.56
HSL116.34º58.57%27.45%-
HSV(B)116.34º73.87%43.53%-
XYZ6.5711.83.09-
YUV78.6399.9996.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 111 (43.75% from 255) = 63.79%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=19.54%
G=63.79%
B=16.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34111290.6900.740.56116.3458.5727.45
Hex226F1D4504A38743b1b
Octal42157351050112701647333
Binary100010110111111101100010101001010111000111010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226F1D; }

 p { color: rgb(34,111,29); }

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

<style>
 a { background-color: #226F1D; }

 a { background-color: rgb(34,111,29); }

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

<style>
 span { border-color: #226F1D; }

 span { border-color: rgb(34,111,29); }

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