Html Css Color HEX #2CA250 Chateau Green

📋 copy color: '#2CA250'

red 44 ◦ green 162 ◦ blue 80

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

Shades of Chateau Green #2CA250

Tints of Chateau Green #2CA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.64%

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

R = 15.38%
G = 56.64%
B = 27.97%

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

#2CA250 (or 0x2CA250) is known color: Chateau Green. HEX triplet: 2C, A2 and 50. RGB value is (44,162,80). Sum of RGB (Red+Green+Blue) = 44+162+80=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA250 is #D35DAF. Grayscale: #757575. Windows color (decimal): -13852080 or 5284396. OLE color: 5284396.

HSL color Cylindrical-coordinate representation of color #2CA250: hue angle of 138.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA250 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 162 80 -
CMYK 0.73 0 0.51 0.36
HSL 138.31º 0.57% 0.4% -
HSV(B) 138.31º 0.73% 0.64% -
XYZ 15.41 26.96 11.98 -
YUV 117.37 106.91 75.67 -
System Red Green Blue C M Y K H S L
Decimal 44 162 80 0.73 0 0.51 0.36 138.31 0.57 0.4
Hex 2C A2 50 49 0 33 24 8A 39 28
Octal 54 242 120 111 0 63 44 212 71 50
Binary 101100 10100010 1010000 1001001 0 110011 100100 10001010 111001 101000

Color Harmonies of #2CA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA250

Black with #2CA250

Text Example


Text Example

White with #2CA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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