Html Css Color HEX #2AA748 Chateau Green

📋 copy color: '#2AA748'

red 42 ◦ green 167 ◦ blue 72

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

Shades of Chateau Green #2AA748

Tints of Chateau Green #2AA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 59.43%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 14.95%
G = 59.43%
B = 25.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#2AA748 (or 0x2AA748) is known color: Chateau Green. HEX triplet: 2A, A7 and 48. RGB value is (42,167,72). Sum of RGB (Red+Green+Blue) = 42+167+72=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA748 is #D558B7. Grayscale: #777777. Windows color (decimal): -13981880 or 4761386. OLE color: 4761386.

HSL color Cylindrical-coordinate representation of color #2AA748: hue angle of 134.4º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA748 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 72 -
CMYK 0.75 0 0.57 0.35
HSL 134.4º 0.6% 0.41% -
HSV(B) 134.4º 0.75% 0.65% -
XYZ 15.94 28.6 10.81 -
YUV 118.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 42 167 72 0.75 0 0.57 0.35 134.4 0.6 0.41
Hex 2A A7 48 4B 0 39 23 86 3C 29
Octal 52 247 110 113 0 71 43 206 74 51
Binary 101010 10100111 1001000 1001011 0 111001 100011 10000110 111100 101001

Color Harmonies of #2AA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA748

Black with #2AA748

Text Example


Text Example

White with #2AA748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,72); }

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

background-color css

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

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

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

border-color css

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

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

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