Html Css Color HEX #2DA954 Chateau Green

📋 copy color: '#2DA954'

red 45 ◦ green 169 ◦ blue 84

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

Shades of Chateau Green #2DA954

Tints of Chateau Green #2DA954

RGB

 RED value IS 45 (17.97% from 255) = 15.1%

 GREEN value IS 169 (66.41% from 255) = 56.71%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 15.1%
G = 56.71%
B = 28.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#2DA954 (or 0x2DA954) is known color: Chateau Green. HEX triplet: 2D, A9 and 54. RGB value is (45,169,84). Sum of RGB (Red+Green+Blue) = 45+169+84=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA954 is #D256AB. Grayscale: #7A7A7A. Windows color (decimal): -13784748 or 5548333. OLE color: 5548333.

HSL color Cylindrical-coordinate representation of color #2DA954: hue angle of 138.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA954 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 45 169 84 -
CMYK 0.73 0 0.50 0.34
HSL 138.87º 0.58% 0.42% -
HSV(B) 138.87º 0.73% 0.66% -
XYZ 16.87 29.57 13.21 -
YUV 122.23 106.42 72.91 -
System Red Green Blue C M Y K H S L
Decimal 45 169 84 0.73 0 0.50 0.34 138.87 0.58 0.42
Hex 2D A9 54 49 0 32 22 8B 3A 2A
Octal 55 251 124 111 0 62 42 213 72 52
Binary 101101 10101001 1010100 1001001 0 110010 100010 10001011 111010 101010

Color Harmonies of #2DA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA954

Black with #2DA954

Text Example


Text Example

White with #2DA954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,169,84); }

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

background-color css

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

 a { background-color: rgb(45,169,84); }

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

border-color css

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

 span { border-color: rgb(45,169,84); }

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