#2CB74E

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

Shades of Chateau Green #2CB74E

Tints of Chateau Green #2CB74E

Color information

#2CB74E (or 0x2CB74E) is unknown color: approx Chateau Green. HEX triplet: 2C, B7 and 4E. RGB value is (44,183,78). Sum of RGB (Red+Green+Blue) = 44+183+78=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB74E is #D348B1. Grayscale: #818181. Windows color (decimal): -13846706 or 5158700. OLE color: 5158700.

HSL color Cylindrical-coordinate representation of color #2CB74E: hue angle of 134.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB74E is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB4418378-
CMYK0.7600.570.28
HSL134.68º61.23%44.51%-
HSV(B)134.68º75.96%71.76%-
XYZ19.3534.9512.93-
YUV129.4798.9567.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 183 (71.88% from 255) = 60%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=14.43%
G=60%
B=25.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44183780.7600.570.28134.6861.2344.51
Hex2CB74E4C0391C873d2d
Octal54267116114071342077555
Binary101100101101111001110100110001110011110010000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,78); }

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

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

 a { background-color: rgb(44,183,78); }

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

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

 span { border-color: rgb(44,183,78); }

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