Html Css Color HEX #2AB44D Chateau Green

📋 copy color: '#2AB44D'

red 42 ◦ green 180 ◦ blue 77

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

Shades of Chateau Green #2AB44D

Tints of Chateau Green #2AB44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 14.05%
G = 60.2%
B = 25.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#2AB44D (or 0x2AB44D) is known color: Chateau Green. HEX triplet: 2A, B4 and 4D. RGB value is (42,180,77). Sum of RGB (Red+Green+Blue) = 42+180+77=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB44D is #D54BB2. Grayscale: #7F7F7F. Windows color (decimal): -13978547 or 5092394. OLE color: 5092394.

HSL color Cylindrical-coordinate representation of color #2AB44D: hue angle of 135.22º 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 #2AB44D is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 77 -
CMYK 0.77 0 0.57 0.29
HSL 135.22º 0.62% 0.44% -
HSV(B) 135.22º 0.77% 0.71% -
XYZ 18.62 33.67 12.54 -
YUV 127 99.78 67.38 -
System Red Green Blue C M Y K H S L
Decimal 42 180 77 0.77 0 0.57 0.29 135.22 0.62 0.44
Hex 2A B4 4D 4D 0 39 1D 87 3E 2C
Octal 52 264 115 115 0 71 35 207 76 54
Binary 101010 10110100 1001101 1001101 0 111001 11101 10000111 111110 101100

Color Harmonies of #2AB44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB44D

Black with #2AB44D

Text Example


Text Example

White with #2AB44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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