Html Css Color HEX #2AB548 Chateau Green

📋 copy color: '#2AB548'

red 42 ◦ green 181 ◦ blue 72

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

Shades of Chateau Green #2AB548

Tints of Chateau Green #2AB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 14.24%
G = 61.36%
B = 24.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#2AB548 (or 0x2AB548) is known color: Chateau Green. HEX triplet: 2A, B5 and 48. RGB value is (42,181,72). Sum of RGB (Red+Green+Blue) = 42+181+72=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB548 is #D54AB7. Grayscale: #7F7F7F. Windows color (decimal): -13978296 or 4764970. OLE color: 4764970.

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

Color convert

RGB 42 181 72 -
CMYK 0.77 0 0.60 0.29
HSL 132.95º 0.62% 0.44% -
HSV(B) 132.95º 0.77% 0.71% -
XYZ 18.65 34.01 11.71 -
YUV 127.01 96.95 67.36 -
System Red Green Blue C M Y K H S L
Decimal 42 181 72 0.77 0 0.60 0.29 132.95 0.62 0.44
Hex 2A B5 48 4D 0 3C 1D 85 3E 2C
Octal 52 265 110 115 0 74 35 205 76 54
Binary 101010 10110101 1001000 1001101 0 111100 11101 10000101 111110 101100

Color Harmonies of #2AB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB548

Black with #2AB548

Text Example


Text Example

White with #2AB548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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