#2D983F

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

Shades of Chateau Green #2D983F

Tints of Chateau Green #2D983F

Color information

#2D983F (or 0x2D983F) is unknown color: approx Chateau Green. HEX triplet: 2D, 98 and 3F. RGB value is (45,152,63). Sum of RGB (Red+Green+Blue) = 45+152+63=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #2D983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D983F is #D267C0. Grayscale: #6E6E6E. Windows color (decimal): -13789121 or 4167725. OLE color: 4167725.

HSL color Cylindrical-coordinate representation of color #2D983F: hue angle of 130.09º 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 #2D983F is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB4515263-
CMYK0.7000.590.40
HSL130.09º54.31%38.63%-
HSV(B)130.09º70.39%59.61%-
XYZ13.2123.378.52-
YUV109.86101.5581.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.31%
GREEN value IS 152 (59.77% from 255) = 58.46%
BLUE value IS 63 (25% from 255) = 24.23%
R=17.31%
G=58.46%
B=24.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45152630.7000.590.40130.0954.3138.63
Hex2D983F4603B28823627
Octal5523077106073502026647
Binary101101100110001111111000110011101110100010000010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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