#2a6723

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

Shades of San Felix #2A6723

Tints of San Felix #2A6723

Color information

#2A6723 (or 0x2A6723) is unknown color: approx San Felix. HEX triplet: 2A, 67 and 23. RGB value is (42,103,35). Sum of RGB (Red+Green+Blue) = 42+103+35=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6723 is #D598DC. Grayscale: #4D4D4D. Windows color (decimal): -13998301 or 2320170. OLE color: 2320170.

HSL color Cylindrical-coordinate representation of color #2A6723: hue angle of 113.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A6723 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB4210335-
CMYK0.5900.660.60
HSL113.82º49.28%27.06%-
HSV(B)113.82º66.02%40.39%-
XYZ6.1110.313.26-
YUV77.01104.29103.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.33%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=23.33%
G=57.22%
B=19.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42103350.5900.660.60113.8249.2827.06
Hex2A67233B0423C72311b
Octal5214743730102741626133
Binary101010110011110001111101101000010111100111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,35); }

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

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

 a { background-color: rgb(42,103,35); }

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

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

 span { border-color: rgb(42,103,35); }

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