Html Css Color HEX #2A6329 San Felix

📋 copy color: '#2A6329'

red 42 ◦ green 99 ◦ blue 41

#2A6329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #2A6329

Tints of San Felix #2A6329

RGB

 RED value IS 42 (16.8% from 255) = 23.08%

 GREEN value IS 99 (39.06% from 255) = 54.4%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 23.08%
G = 54.4%
B = 22.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#2A6329 (or 0x2A6329) is known color: San Felix. HEX triplet: 2A, 63 and 29. RGB value is (42,99,41). Sum of RGB (Red+Green+Blue) = 42+99+41=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6329 is #D59CD6. Grayscale: #4B4B4B. Windows color (decimal): -13999319 or 2712362. OLE color: 2712362.

HSL color Cylindrical-coordinate representation of color #2A6329: hue angle of 118.97º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A6329 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 99 41 -
CMYK 0.58 0 0.59 0.61
HSL 118.97º 0.41% 0.27% -
HSV(B) 118.97º 0.59% 0.39% -
XYZ 5.82 9.58 3.64 -
YUV 75.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 42 99 41 0.58 0 0.59 0.61 118.97 0.41 0.27
Hex 2A 63 29 3A 0 3B 3D 77 29 1B
Octal 52 143 51 72 0 73 75 167 51 33
Binary 101010 1100011 101001 111010 0 111011 111101 1110111 101001 11011

Color Harmonies of #2A6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6329

Black with #2A6329

Text Example


Text Example

White with #2A6329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A6329;
 }
 .AnyTagClassName
 {
   color: #2A6329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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