#2CB25A

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

Shades of Chateau Green #2CB25A

Tints of Chateau Green #2CB25A

Color information

#2CB25A (or 0x2CB25A) is unknown color: approx Chateau Green. HEX triplet: 2C, B2 and 5A. RGB value is (44,178,90). Sum of RGB (Red+Green+Blue) = 44+178+90=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB25A is #D34DA5. Grayscale: #808080. Windows color (decimal): -13847974 or 5943852. OLE color: 5943852.

HSL color Cylindrical-coordinate representation of color #2CB25A: hue angle of 140.6º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB25A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB4417890-
CMYK0.7500.490.30
HSL140.6º60.36%43.53%-
HSV(B)140.6º75.28%69.8%-
XYZ18.833.1115.07-
YUV127.9106.6168.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 178 (69.92% from 255) = 57.05%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=14.10%
G=57.05%
B=28.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44178900.7500.490.30140.660.3643.53
Hex2CB25A4B0311E8d3c2c
Octal54262132113061362157454
Binary101100101100101011010100101101100011111010001101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,90); }

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

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

 a { background-color: rgb(44,178,90); }

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

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

 span { border-color: rgb(44,178,90); }

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