#2CB043

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

Shades of Chateau Green #2CB043

Tints of Chateau Green #2CB043

Color information

#2CB043 (or 0x2CB043) is unknown color: approx Chateau Green. HEX triplet: 2C, B0 and 43. RGB value is (44,176,67). Sum of RGB (Red+Green+Blue) = 44+176+67=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB043 is #D34FBC. Grayscale: #7C7C7C. Windows color (decimal): -13848509 or 4436012. OLE color: 4436012.

HSL color Cylindrical-coordinate representation of color #2CB043: hue angle of 130.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB043 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB4417667-
CMYK0.7500.620.31
HSL130.45º60%43.14%-
HSV(B)130.45º75%69.02%-
XYZ17.5831.9910.56-
YUV124.1195.7770.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 176 (69.14% from 255) = 61.32%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=15.33%
G=61.32%
B=23.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44176670.7500.620.31130.456043.14
Hex2CB0434B03E1F823c2b
Octal54260103113076372027453
Binary101100101100001000011100101101111101111110000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,67); }

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

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

 a { background-color: rgb(44,176,67); }

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

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

 span { border-color: rgb(44,176,67); }

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