Html Css Color HEX #2AB24E Chateau Green

📋 copy color: '#2AB24E'

red 42 ◦ green 178 ◦ blue 78

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

Shades of Chateau Green #2AB24E

Tints of Chateau Green #2AB24E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.73%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 14.09%
G = 59.73%
B = 26.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#2AB24E (or 0x2AB24E) is known color: Chateau Green. HEX triplet: 2A, B2 and 4E. RGB value is (42,178,78). Sum of RGB (Red+Green+Blue) = 42+178+78=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB24E is #D54DB1. Grayscale: #7E7E7E. Windows color (decimal): -13979058 or 5157418. OLE color: 5157418.

HSL color Cylindrical-coordinate representation of color #2AB24E: hue angle of 135.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB24E is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 78 -
CMYK 0.76 0 0.56 0.30
HSL 135.88º 0.62% 0.43% -
HSV(B) 135.88º 0.76% 0.7% -
XYZ 18.25 32.88 12.59 -
YUV 125.94 100.94 68.13 -
System Red Green Blue C M Y K H S L
Decimal 42 178 78 0.76 0 0.56 0.30 135.88 0.62 0.43
Hex 2A B2 4E 4C 0 38 1E 88 3E 2B
Octal 52 262 116 114 0 70 36 210 76 53
Binary 101010 10110010 1001110 1001100 0 111000 11110 10001000 111110 101011

Color Harmonies of #2AB24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB24E

Black with #2AB24E

Text Example


Text Example

White with #2AB24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,78); }

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

background-color css

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

 a { background-color: rgb(42,178,78); }

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

border-color css

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

 span { border-color: rgb(42,178,78); }

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