Html Css Color HEX #2AB447 Chateau Green

📋 copy color: '#2AB447'

red 42 ◦ green 180 ◦ blue 71

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

Shades of Chateau Green #2AB447

Tints of Chateau Green #2AB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.43%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 14.33%
G = 61.43%
B = 24.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#2AB447 (or 0x2AB447) is known color: Chateau Green. HEX triplet: 2A, B4 and 47. RGB value is (42,180,71). Sum of RGB (Red+Green+Blue) = 42+180+71=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB447 is #D54BB8. Grayscale: #7E7E7E. Windows color (decimal): -13978553 or 4699178. OLE color: 4699178.

HSL color Cylindrical-coordinate representation of color #2AB447: hue angle of 132.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB447 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 71 -
CMYK 0.77 0 0.61 0.29
HSL 132.61º 0.62% 0.44% -
HSV(B) 132.61º 0.77% 0.71% -
XYZ 18.41 33.59 11.47 -
YUV 126.31 96.78 67.86 -
System Red Green Blue C M Y K H S L
Decimal 42 180 71 0.77 0 0.61 0.29 132.61 0.62 0.44
Hex 2A B4 47 4D 0 3D 1D 85 3E 2C
Octal 52 264 107 115 0 75 35 205 76 54
Binary 101010 10110100 1000111 1001101 0 111101 11101 10000101 111110 101100

Color Harmonies of #2AB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB447

Black with #2AB447

Text Example


Text Example

White with #2AB447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,71); }

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

background-color css

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

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

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

border-color css

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

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

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