Html Css Color HEX #2A712A San Felix

📋 copy color: '#2A712A'

red 42 ◦ green 113 ◦ blue 42

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

Shades of San Felix #2A712A

Tints of San Felix #2A712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.36%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 21.32%
G = 57.36%
B = 21.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#2A712A (or 0x2A712A) is known color: San Felix. HEX triplet: 2A, 71 and 2A. RGB value is (42,113,42). Sum of RGB (Red+Green+Blue) = 42+113+42=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #2A712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A712A is #D58ED5. Grayscale: #535353. Windows color (decimal): -13995734 or 2781482. OLE color: 2781482.

HSL color Cylindrical-coordinate representation of color #2A712A: hue angle of 120º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A712A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 113 42 -
CMYK 0.63 0 0.63 0.56
HSL 120º 0.46% 0.3% -
HSV(B) 120º 0.63% 0.44% -
XYZ 7.28 12.47 4.21 -
YUV 83.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 42 113 42 0.63 0 0.63 0.56 120 0.46 0.3
Hex 2A 71 2A 3F 0 3F 38 78 2E 1E
Octal 52 161 52 77 0 77 70 170 56 36
Binary 101010 1110001 101010 111111 0 111111 111000 1111000 101110 11110

Color Harmonies of #2A712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A712A

Black with #2A712A

Text Example


Text Example

White with #2A712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,113,42); }

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

background-color css

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

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

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

border-color css

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

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

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