Html Css Color HEX #2AB953 Chateau Green

📋 copy color: '#2AB953'

red 42 ◦ green 185 ◦ blue 83

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

Shades of Chateau Green #2AB953

Tints of Chateau Green #2AB953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.68%

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 13.55%
G = 59.68%
B = 26.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#2AB953 (or 0x2AB953) is known color: Chateau Green. HEX triplet: 2A, B9 and 53. RGB value is (42,185,83). Sum of RGB (Red+Green+Blue) = 42+185+83=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB953 is #D546AC. Grayscale: #828282. Windows color (decimal): -13977261 or 5486890. OLE color: 5486890.

HSL color Cylindrical-coordinate representation of color #2AB953: hue angle of 137.2º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB953 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 83 -
CMYK 0.77 0 0.55 0.27
HSL 137.2º 0.63% 0.45% -
HSV(B) 137.2º 0.77% 0.73% -
XYZ 19.87 35.81 14.05 -
YUV 130.62 101.12 64.79 -
System Red Green Blue C M Y K H S L
Decimal 42 185 83 0.77 0 0.55 0.27 137.2 0.63 0.45
Hex 2A B9 53 4D 0 37 1B 89 3F 2D
Octal 52 271 123 115 0 67 33 211 77 55
Binary 101010 10111001 1010011 1001101 0 110111 11011 10001001 111111 101101

Color Harmonies of #2AB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB953

Black with #2AB953

Text Example


Text Example

White with #2AB953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,83); }

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

background-color css

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

 a { background-color: rgb(42,185,83); }

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

border-color css

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

 span { border-color: rgb(42,185,83); }

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