#2B622A

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

Shades of San Felix #2B622A

Tints of San Felix #2B622A

Color information

#2B622A (or 0x2B622A) is unknown color: approx San Felix. HEX triplet: 2B, 62 and 2A. RGB value is (43,98,42). Sum of RGB (Red+Green+Blue) = 43+98+42=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #2B622A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B622A is #D49DD5. Grayscale: #4B4B4B. Windows color (decimal): -13934038 or 2777643. OLE color: 2777643.

HSL color Cylindrical-coordinate representation of color #2B622A: hue angle of 118.93º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B622A is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB439842-
CMYK0.5600.570.62
HSL118.93º40%27.45%-
HSV(B)118.93º57.14%38.43%-
XYZ5.789.423.7-
YUV75.17109.28105.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 98 (38.67% from 255) = 53.55%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=23.50%
G=53.55%
B=22.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398420.5600.570.62118.934027.45
Hex2B622A380393E77281b
Octal531425270071761675033
Binary10101111000101010101110000111001111110111011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B622A; }

 p { color: rgb(43,98,42); }

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

<style>
 a { background-color: #2B622A; }

 a { background-color: rgb(43,98,42); }

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

<style>
 span { border-color: #2B622A; }

 span { border-color: rgb(43,98,42); }

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