Html Css Color HEX #2A9D40 Chateau Green

📋 copy color: '#2A9D40'

red 42 ◦ green 157 ◦ blue 64

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

Shades of Chateau Green #2A9D40

Tints of Chateau Green #2A9D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 59.7%

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

R = 15.97%
G = 59.7%
B = 24.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#2A9D40 (or 0x2A9D40) is known color: Chateau Green. HEX triplet: 2A, 9D and 40. RGB value is (42,157,64). Sum of RGB (Red+Green+Blue) = 42+157+64=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9D40 is #D562BF. Grayscale: #707070. Windows color (decimal): -13984448 or 4234538. OLE color: 4234538.

HSL color Cylindrical-coordinate representation of color #2A9D40: hue angle of 131.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D40 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 157 64 -
CMYK 0.73 0 0.59 0.38
HSL 131.48º 0.58% 0.39% -
HSV(B) 131.48º 0.73% 0.62% -
XYZ 13.94 24.98 8.94 -
YUV 112.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 42 157 64 0.73 0 0.59 0.38 131.48 0.58 0.39
Hex 2A 9D 40 49 0 3B 26 83 3A 27
Octal 52 235 100 111 0 73 46 203 72 47
Binary 101010 10011101 1000000 1001001 0 111011 100110 10000011 111010 100111

Color Harmonies of #2A9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9D40

Black with #2A9D40

Text Example


Text Example

White with #2A9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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