Html Css Color HEX #2AB950 Chateau Green

📋 copy color: '#2AB950'

red 42 ◦ green 185 ◦ blue 80

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

Shades of Chateau Green #2AB950

Tints of Chateau Green #2AB950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 13.68%
G = 60.26%
B = 26.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#2AB950 (or 0x2AB950) is known color: Chateau Green. HEX triplet: 2A, B9 and 50. RGB value is (42,185,80). Sum of RGB (Red+Green+Blue) = 42+185+80=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB950 is #D546AF. Grayscale: #828282. Windows color (decimal): -13977264 or 5290282. OLE color: 5290282.

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

Color convert

RGB 42 185 80 -
CMYK 0.77 0 0.57 0.27
HSL 135.94º 0.63% 0.45% -
HSV(B) 135.94º 0.77% 0.73% -
XYZ 19.75 35.77 13.45 -
YUV 130.27 99.62 65.04 -
System Red Green Blue C M Y K H S L
Decimal 42 185 80 0.77 0 0.57 0.27 135.94 0.63 0.45
Hex 2A B9 50 4D 0 39 1B 88 3F 2D
Octal 52 271 120 115 0 71 33 210 77 55
Binary 101010 10111001 1010000 1001101 0 111001 11011 10001000 111111 101101

Color Harmonies of #2AB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB950

Black with #2AB950

Text Example


Text Example

White with #2AB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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