Html Css Color HEX #2AB54F Chateau Green

📋 copy color: '#2AB54F'

red 42 ◦ green 181 ◦ blue 79

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

Shades of Chateau Green #2AB54F

Tints of Chateau Green #2AB54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.93%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 13.91%
G = 59.93%
B = 26.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#2AB54F (or 0x2AB54F) is known color: Chateau Green. HEX triplet: 2A, B5 and 4F. RGB value is (42,181,79). Sum of RGB (Red+Green+Blue) = 42+181+79=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB54F is #D54AB0. Grayscale: #808080. Windows color (decimal): -13978289 or 5223722. OLE color: 5223722.

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

Color convert

RGB 42 181 79 -
CMYK 0.77 0 0.56 0.29
HSL 135.97º 0.62% 0.44% -
HSV(B) 135.97º 0.77% 0.71% -
XYZ 18.89 34.1 12.98 -
YUV 127.81 100.45 66.79 -
System Red Green Blue C M Y K H S L
Decimal 42 181 79 0.77 0 0.56 0.29 135.97 0.62 0.44
Hex 2A B5 4F 4D 0 38 1D 88 3E 2C
Octal 52 265 117 115 0 70 35 210 76 54
Binary 101010 10110101 1001111 1001101 0 111000 11101 10001000 111110 101100

Color Harmonies of #2AB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB54F

Black with #2AB54F

Text Example


Text Example

White with #2AB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,79); }

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

background-color css

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

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

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

border-color css

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

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

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