#2CA348

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

Shades of Chateau Green #2CA348

Tints of Chateau Green #2CA348

Color information

#2CA348 (or 0x2CA348) is unknown color: approx Chateau Green. HEX triplet: 2C, A3 and 48. RGB value is (44,163,72). Sum of RGB (Red+Green+Blue) = 44+163+72=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA348 is #D35CB7. Grayscale: #757575. Windows color (decimal): -13851832 or 4760364. OLE color: 4760364.

HSL color Cylindrical-coordinate representation of color #2CA348: hue angle of 134.12º 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 #2CA348 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB4416372-
CMYK0.7300.560.36
HSL134.12º57.49%40.59%-
HSV(B)134.12º73.01%63.92%-
XYZ15.3127.210.57-
YUV117.04102.5875.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 163 (64.06% from 255) = 58.42%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=15.77%
G=58.42%
B=25.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44163720.7300.560.36134.1257.4940.59
Hex2CA3484903824863929
Octal54243110111070442067151
Binary1011001010001110010001001001011100010010010000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,72); }

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

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

 a { background-color: rgb(44,163,72); }

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

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

 span { border-color: rgb(44,163,72); }

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