Html Css Color HEX #2CA350 Chateau Green

📋 copy color: '#2CA350'

red 44 ◦ green 163 ◦ blue 80

#2CA350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2CA350

Tints of Chateau Green #2CA350

RGB

 RED value IS 44 (17.58% from 255) = 15.33%

 GREEN value IS 163 (64.06% from 255) = 56.79%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 15.33%
G = 56.79%
B = 27.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#2CA350 (or 0x2CA350) is known color: Chateau Green. HEX triplet: 2C, A3 and 50. RGB value is (44,163,80). Sum of RGB (Red+Green+Blue) = 44+163+80=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA350 is #D35CAF. Grayscale: #767676. Windows color (decimal): -13851824 or 5284652. OLE color: 5284652.

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

Color convert

RGB 44 163 80 -
CMYK 0.73 0 0.51 0.36
HSL 138.15º 0.57% 0.41% -
HSV(B) 138.15º 0.73% 0.64% -
XYZ 15.58 27.31 12.04 -
YUV 117.96 106.58 75.25 -
System Red Green Blue C M Y K H S L
Decimal 44 163 80 0.73 0 0.51 0.36 138.15 0.57 0.41
Hex 2C A3 50 49 0 33 24 8A 39 29
Octal 54 243 120 111 0 63 44 212 71 51
Binary 101100 10100011 1010000 1001001 0 110011 100100 10001010 111001 101001

Color Harmonies of #2CA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA350

Black with #2CA350

Text Example


Text Example

White with #2CA350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CA350;
 }
 .AnyTagClassName
 {
   color: #2CA350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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