Html Css Color HEX #2DA543 Chateau Green

📋 copy color: '#2DA543'

red 45 ◦ green 165 ◦ blue 67

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

Shades of Chateau Green #2DA543

Tints of Chateau Green #2DA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.57%

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 16.25%
G = 59.57%
B = 24.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#2DA543 (or 0x2DA543) is known color: Chateau Green. HEX triplet: 2D, A5 and 43. RGB value is (45,165,67). Sum of RGB (Red+Green+Blue) = 45+165+67=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA543 is #D25ABC. Grayscale: #767676. Windows color (decimal): -13785789 or 4433197. OLE color: 4433197.

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

Color convert

RGB 45 165 67 -
CMYK 0.73 0 0.59 0.35
HSL 131º 0.57% 0.41% -
HSV(B) 131º 0.73% 0.65% -
XYZ 15.55 27.87 9.87 -
YUV 117.95 99.24 75.97 -
System Red Green Blue C M Y K H S L
Decimal 45 165 67 0.73 0 0.59 0.35 131 0.57 0.41
Hex 2D A5 43 49 0 3B 23 83 39 29
Octal 55 245 103 111 0 73 43 203 71 51
Binary 101101 10100101 1000011 1001001 0 111011 100011 10000011 111001 101001

Color Harmonies of #2DA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA543

Black with #2DA543

Text Example


Text Example

White with #2DA543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,165,67); }

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

background-color css

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

 a { background-color: rgb(45,165,67); }

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

border-color css

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

 span { border-color: rgb(45,165,67); }

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