Html Css Color HEX #2D9D40 Chateau Green

📋 copy color: '#2D9D40'

red 45 ◦ green 157 ◦ blue 64

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

Shades of Chateau Green #2D9D40

Tints of Chateau Green #2D9D40

RGB

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

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

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

R = 16.92%
G = 59.02%
B = 24.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#2D9D40 (or 0x2D9D40) is known color: Chateau Green. HEX triplet: 2D, 9D and 40. RGB value is (45,157,64). Sum of RGB (Red+Green+Blue) = 45+157+64=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9D40 is #D262BF. Grayscale: #717171. Windows color (decimal): -13787840 or 4234541. OLE color: 4234541.

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

Color convert

RGB 45 157 64 -
CMYK 0.71 0 0.59 0.38
HSL 130.18º 0.55% 0.4% -
HSV(B) 130.18º 0.71% 0.62% -
XYZ 14.06 25.04 8.94 -
YUV 112.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 45 157 64 0.71 0 0.59 0.38 130.18 0.55 0.4
Hex 2D 9D 40 47 0 3B 26 82 37 28
Octal 55 235 100 107 0 73 46 202 67 50
Binary 101101 10011101 1000000 1000111 0 111011 100110 10000010 110111 101000

Color Harmonies of #2D9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9D40

Black with #2D9D40

Text Example


Text Example

White with #2D9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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