Html Css Color HEX #2CB04A Chateau Green

📋 copy color: '#2CB04A'

red 44 ◦ green 176 ◦ blue 74

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

Shades of Chateau Green #2CB04A

Tints of Chateau Green #2CB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.86%

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 14.97%
G = 59.86%
B = 25.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#2CB04A (or 0x2CB04A) is known color: Chateau Green. HEX triplet: 2C, B0 and 4A. RGB value is (44,176,74). Sum of RGB (Red+Green+Blue) = 44+176+74=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB04A is #D34FB5. Grayscale: #7D7D7D. Windows color (decimal): -13848502 or 4894764. OLE color: 4894764.

HSL color Cylindrical-coordinate representation of color #2CB04A: hue angle of 133.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB04A is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 176 74 -
CMYK 0.75 0 0.58 0.31
HSL 133.64º 0.6% 0.43% -
HSV(B) 133.64º 0.75% 0.69% -
XYZ 17.8 32.08 11.73 -
YUV 124.9 99.27 70.29 -
System Red Green Blue C M Y K H S L
Decimal 44 176 74 0.75 0 0.58 0.31 133.64 0.6 0.43
Hex 2C B0 4A 4B 0 3A 1F 86 3C 2B
Octal 54 260 112 113 0 72 37 206 74 53
Binary 101100 10110000 1001010 1001011 0 111010 11111 10000110 111100 101011

Color Harmonies of #2CB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB04A

Black with #2CB04A

Text Example


Text Example

White with #2CB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,176,74); }

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

background-color css

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

 a { background-color: rgb(44,176,74); }

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

border-color css

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

 span { border-color: rgb(44,176,74); }

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