Html Css Color HEX #2AA64B Chateau Green

📋 copy color: '#2AA64B'

red 42 ◦ green 166 ◦ blue 75

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

Shades of Chateau Green #2AA64B

Tints of Chateau Green #2AA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.66%

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 14.84%
G = 58.66%
B = 26.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#2AA64B (or 0x2AA64B) is known color: Chateau Green. HEX triplet: 2A, A6 and 4B. RGB value is (42,166,75). Sum of RGB (Red+Green+Blue) = 42+166+75=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA64B is #D559B4. Grayscale: #767676. Windows color (decimal): -13982133 or 4957738. OLE color: 4957738.

HSL color Cylindrical-coordinate representation of color #2AA64B: hue angle of 135.97º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA64B is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 166 75 -
CMYK 0.75 0 0.55 0.35
HSL 135.97º 0.6% 0.41% -
HSV(B) 135.97º 0.75% 0.65% -
XYZ 15.86 28.27 11.28 -
YUV 118.55 103.42 73.4 -
System Red Green Blue C M Y K H S L
Decimal 42 166 75 0.75 0 0.55 0.35 135.97 0.6 0.41
Hex 2A A6 4B 4B 0 37 23 88 3C 29
Octal 52 246 113 113 0 67 43 210 74 51
Binary 101010 10100110 1001011 1001011 0 110111 100011 10001000 111100 101001

Color Harmonies of #2AA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA64B

Black with #2AA64B

Text Example


Text Example

White with #2AA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,166,75); }

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

background-color css

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

 a { background-color: rgb(42,166,75); }

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

border-color css

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

 span { border-color: rgb(42,166,75); }

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