#2D9841

Color #2D9841 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2D9841

Tints of Chateau Green #2D9841

Color information

#2D9841 (or 0x2D9841) is unknown color: approx Chateau Green. HEX triplet: 2D, 98 and 41. RGB value is (45,152,65). Sum of RGB (Red+Green+Blue) = 45+152+65=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #2D9841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9841 is #D267BE. Grayscale: #6E6E6E. Windows color (decimal): -13789119 or 4298797. OLE color: 4298797.

HSL color Cylindrical-coordinate representation of color #2D9841: hue angle of 131.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9841 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB4515265-
CMYK0.7000.570.40
HSL131.21º54.31%38.63%-
HSV(B)131.21º70.39%59.61%-
XYZ13.2623.48.82-
YUV110.09102.5581.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 152 (59.77% from 255) = 58.02%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=17.18%
G=58.02%
B=24.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45152650.7000.570.40131.2154.3138.63
Hex2D98414603928833627
Octal55230101106071502036647
Binary1011011001100010000011000110011100110100010000011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,152,65); }

 H1.HeaderClassName
 {
   color: #2D9841;
 }
 .AnyTagClassName
 {
   color: #2D9841;
 }
</style>
background-color css

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

 a { background-color: rgb(45,152,65); }

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

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

 span { border-color: rgb(45,152,65); }

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