#2DA442

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

Shades of Chateau Green #2DA442

Tints of Chateau Green #2DA442

Color information

#2DA442 (or 0x2DA442) is unknown color: approx Chateau Green. HEX triplet: 2D, A4 and 42. RGB value is (45,164,66). Sum of RGB (Red+Green+Blue) = 45+164+66=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA442 is #D25BBD. Grayscale: #757575. Windows color (decimal): -13786046 or 4367405. OLE color: 4367405.

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

Color convert

RGB4516466-
CMYK0.7300.600.36
HSL130.59º56.94%40.98%-
HSV(B)130.59º72.56%64.31%-
XYZ15.3427.59.65-
YUV117.2599.0876.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.36%
GREEN value IS 164 (64.45% from 255) = 59.64%
BLUE value IS 66 (26.17% from 255) = 24%
R=16.36%
G=59.64%
B=24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45164660.7300.600.36130.5956.9440.98
Hex2DA4424903C24833929
Octal55244102111074442037151
Binary1011011010010010000101001001011110010010010000011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,164,66); }

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

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

 a { background-color: rgb(45,164,66); }

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

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

 span { border-color: rgb(45,164,66); }

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