#2C9942

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

Shades of Chateau Green #2C9942

Tints of Chateau Green #2C9942

Color information

#2C9942 (or 0x2C9942) is unknown color: approx Chateau Green. HEX triplet: 2C, 99 and 42. RGB value is (44,153,66). Sum of RGB (Red+Green+Blue) = 44+153+66=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #2C9942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9942 is #D366BD. Grayscale: #6E6E6E. Windows color (decimal): -13854398 or 4364588. OLE color: 4364588.

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

Color convert

RGB4415366-
CMYK0.7100.570.4
HSL132.11º55.33%38.63%-
HSV(B)132.11º71.24%60%-
XYZ13.4123.719.02-
YUV110.49102.8980.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=16.73%
G=58.17%
B=25.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44153660.7100.570.4132.1155.3338.63
Hex2C99424703928843727
Octal54231102107071502046747
Binary1011001001100110000101000111011100110100010000100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,66); }

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

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

 a { background-color: rgb(44,153,66); }

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

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

 span { border-color: rgb(44,153,66); }

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