#29682A

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

Shades of San Felix #29682A

Tints of San Felix #29682A

Color information

#29682A (or 0x29682A) is unknown color: approx San Felix. HEX triplet: 29, 68 and 2A. RGB value is (41,104,42). Sum of RGB (Red+Green+Blue) = 41+104+42=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #29682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29682A is #D697D5. Grayscale: #4E4E4E. Windows color (decimal): -14063574 or 2779177. OLE color: 2779177.

HSL color Cylindrical-coordinate representation of color #29682A: hue angle of 120.95º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29682A is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB4110442-
CMYK0.6100.600.59
HSL120.95º43.45%28.43%-
HSV(B)120.95º60.58%40.78%-
XYZ6.2810.543.89-
YUV78.09107.63101.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=21.93%
G=55.61%
B=22.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104420.6100.600.59120.9543.4528.43
Hex29682A3D03C3B792b1c
Octal511505275074731715334
Binary10100111010001010101111010111100111011111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29682A; }

 p { color: rgb(41,104,42); }

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

<style>
 a { background-color: #29682A; }

 a { background-color: rgb(41,104,42); }

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

<style>
 span { border-color: #29682A; }

 span { border-color: rgb(41,104,42); }

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