Html Css Color HEX #2AB247 Chateau Green

📋 copy color: '#2AB247'

red 42 ◦ green 178 ◦ blue 71

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

Shades of Chateau Green #2AB247

Tints of Chateau Green #2AB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.17%

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

R = 14.43%
G = 61.17%
B = 24.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#2AB247 (or 0x2AB247) is known color: Chateau Green. HEX triplet: 2A, B2 and 47. RGB value is (42,178,71). Sum of RGB (Red+Green+Blue) = 42+178+71=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB247 is #D54DB8. Grayscale: #7D7D7D. Windows color (decimal): -13979065 or 4698666. OLE color: 4698666.

HSL color Cylindrical-coordinate representation of color #2AB247: hue angle of 132.79º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB247 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 71 -
CMYK 0.76 0 0.60 0.30
HSL 132.79º 0.62% 0.43% -
HSV(B) 132.79º 0.76% 0.7% -
XYZ 18.01 32.79 11.34 -
YUV 125.14 97.44 68.7 -
System Red Green Blue C M Y K H S L
Decimal 42 178 71 0.76 0 0.60 0.30 132.79 0.62 0.43
Hex 2A B2 47 4C 0 3C 1E 85 3E 2B
Octal 52 262 107 114 0 74 36 205 76 53
Binary 101010 10110010 1000111 1001100 0 111100 11110 10000101 111110 101011

Color Harmonies of #2AB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB247

Black with #2AB247

Text Example


Text Example

White with #2AB247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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