Html Css Color HEX #2AB451 Chateau Green

📋 copy color: '#2AB451'

red 42 ◦ green 180 ◦ blue 81

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

Shades of Chateau Green #2AB451

Tints of Chateau Green #2AB451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 13.86%
G = 59.41%
B = 26.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#2AB451 (or 0x2AB451) is known color: Chateau Green. HEX triplet: 2A, B4 and 51. RGB value is (42,180,81). Sum of RGB (Red+Green+Blue) = 42+180+81=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB451 is #D54BAE. Grayscale: #7F7F7F. Windows color (decimal): -13978543 or 5354538. OLE color: 5354538.

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

Color convert

RGB 42 180 81 -
CMYK 0.77 0 0.55 0.29
HSL 136.96º 0.62% 0.44% -
HSV(B) 136.96º 0.77% 0.71% -
XYZ 18.76 33.73 13.31 -
YUV 127.45 101.78 67.05 -
System Red Green Blue C M Y K H S L
Decimal 42 180 81 0.77 0 0.55 0.29 136.96 0.62 0.44
Hex 2A B4 51 4D 0 37 1D 89 3E 2C
Octal 52 264 121 115 0 67 35 211 76 54
Binary 101010 10110100 1010001 1001101 0 110111 11101 10001001 111110 101100

Color Harmonies of #2AB451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB451

Black with #2AB451

Text Example


Text Example

White with #2AB451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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