Html Css Color HEX #2A7538 San Felix

📋 copy color: '#2A7538'

red 42 ◦ green 117 ◦ blue 56

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

Shades of San Felix #2A7538

Tints of San Felix #2A7538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

 BLUE value IS 56 (22.27% from 255) = 26.05%

R = 19.53%
G = 54.42%
B = 26.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#2A7538 (or 0x2A7538) is known color: San Felix. HEX triplet: 2A, 75 and 38. RGB value is (42,117,56). Sum of RGB (Red+Green+Blue) = 42+117+56=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7538 is #D58AC7. Grayscale: #575757. Windows color (decimal): -13994696 or 3700010. OLE color: 3700010.

HSL color Cylindrical-coordinate representation of color #2A7538: hue angle of 131.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7538 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 117 56 -
CMYK 0.64 0 0.52 0.54
HSL 131.2º 0.47% 0.31% -
HSV(B) 131.2º 0.64% 0.46% -
XYZ 8.03 13.5 5.92 -
YUV 87.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 42 117 56 0.64 0 0.52 0.54 131.2 0.47 0.31
Hex 2A 75 38 40 0 34 36 83 2F 1F
Octal 52 165 70 100 0 64 66 203 57 37
Binary 101010 1110101 111000 1000000 0 110100 110110 10000011 101111 11111

Color Harmonies of #2A7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7538

Black with #2A7538

Text Example


Text Example

White with #2A7538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,117,56); }

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

background-color css

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

 a { background-color: rgb(42,117,56); }

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

border-color css

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

 span { border-color: rgb(42,117,56); }

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