Html Css Color HEX #2AA440 Chateau Green

📋 copy color: '#2AA440'

red 42 ◦ green 164 ◦ blue 64

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

Shades of Chateau Green #2AA440

Tints of Chateau Green #2AA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 60.74%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 15.56%
G = 60.74%
B = 23.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#2AA440 (or 0x2AA440) is known color: Chateau Green. HEX triplet: 2A, A4 and 40. RGB value is (42,164,64). Sum of RGB (Red+Green+Blue) = 42+164+64=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 164 (64.45% from 255 or 60.74% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA440 is #D55BBF. Grayscale: #747474. Windows color (decimal): -13982656 or 4236330. OLE color: 4236330.

HSL color Cylindrical-coordinate representation of color #2AA440: hue angle of 130.82º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA440 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 42 164 64 -
CMYK 0.74 0 0.61 0.36
HSL 130.82º 0.59% 0.4% -
HSV(B) 130.82º 0.74% 0.64% -
XYZ 15.16 27.41 9.34 -
YUV 116.12 98.58 75.13 -
System Red Green Blue C M Y K H S L
Decimal 42 164 64 0.74 0 0.61 0.36 130.82 0.59 0.4
Hex 2A A4 40 4A 0 3D 24 83 3B 28
Octal 52 244 100 112 0 75 44 203 73 50
Binary 101010 10100100 1000000 1001010 0 111101 100100 10000011 111011 101000

Color Harmonies of #2AA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA440

Black with #2AA440

Text Example


Text Example

White with #2AA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,164,64); }

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

background-color css

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

 a { background-color: rgb(42,164,64); }

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

border-color css

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

 span { border-color: rgb(42,164,64); }

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