Html Css Color HEX #2DA840 Chateau Green

📋 copy color: '#2DA840'

red 45 ◦ green 168 ◦ blue 64

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

Shades of Chateau Green #2DA840

Tints of Chateau Green #2DA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60.65%

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

R = 16.25%
G = 60.65%
B = 23.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#2DA840 (or 0x2DA840) is known color: Chateau Green. HEX triplet: 2D, A8 and 40. RGB value is (45,168,64). Sum of RGB (Red+Green+Blue) = 45+168+64=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA840 is #D257BF. Grayscale: #777777. Windows color (decimal): -13785024 or 4237357. OLE color: 4237357.

HSL color Cylindrical-coordinate representation of color #2DA840: hue angle of 129.27º 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 #2DA840 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 45 168 64 -
CMYK 0.73 0 0.62 0.34
HSL 129.27º 0.58% 0.42% -
HSV(B) 129.27º 0.73% 0.66% -
XYZ 16.01 28.93 9.59 -
YUV 119.37 96.75 74.96 -
System Red Green Blue C M Y K H S L
Decimal 45 168 64 0.73 0 0.62 0.34 129.27 0.58 0.42
Hex 2D A8 40 49 0 3E 22 81 3A 2A
Octal 55 250 100 111 0 76 42 201 72 52
Binary 101101 10101000 1000000 1001001 0 111110 100010 10000001 111010 101010

Color Harmonies of #2DA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA840

Black with #2DA840

Text Example


Text Example

White with #2DA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,168,64); }

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

background-color css

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

 a { background-color: rgb(45,168,64); }

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

border-color css

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

 span { border-color: rgb(45,168,64); }

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