Html Css Color HEX #2CB64C Chateau Green

📋 copy color: '#2CB64C'

red 44 ◦ green 182 ◦ blue 76

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

Shades of Chateau Green #2CB64C

Tints of Chateau Green #2CB64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.26%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 14.57%
G = 60.26%
B = 25.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#2CB64C (or 0x2CB64C) is known color: Chateau Green. HEX triplet: 2C, B6 and 4C. RGB value is (44,182,76). Sum of RGB (Red+Green+Blue) = 44+182+76=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB64C is #D349B3. Grayscale: #808080. Windows color (decimal): -13846964 or 5027372. OLE color: 5027372.

HSL color Cylindrical-coordinate representation of color #2CB64C: hue angle of 133.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB64C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 182 76 -
CMYK 0.76 0 0.58 0.29
HSL 133.91º 0.61% 0.44% -
HSV(B) 133.91º 0.76% 0.71% -
XYZ 19.07 34.51 12.49 -
YUV 128.65 98.28 67.62 -
System Red Green Blue C M Y K H S L
Decimal 44 182 76 0.76 0 0.58 0.29 133.91 0.61 0.44
Hex 2C B6 4C 4C 0 3A 1D 86 3D 2C
Octal 54 266 114 114 0 72 35 206 75 54
Binary 101100 10110110 1001100 1001100 0 111010 11101 10000110 111101 101100

Color Harmonies of #2CB64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB64C

Black with #2CB64C

Text Example


Text Example

White with #2CB64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,182,76); }

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

background-color css

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

 a { background-color: rgb(44,182,76); }

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

border-color css

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

 span { border-color: rgb(44,182,76); }

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