Html Css Color HEX #2CA741 Chateau Green

📋 copy color: '#2CA741'

red 44 ◦ green 167 ◦ blue 65

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

Shades of Chateau Green #2CA741

Tints of Chateau Green #2CA741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.51%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 15.94%
G = 60.51%
B = 23.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#2CA741 (or 0x2CA741) is known color: Chateau Green. HEX triplet: 2C, A7 and 41. RGB value is (44,167,65). Sum of RGB (Red+Green+Blue) = 44+167+65=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA741 is #D358BE. Grayscale: #767676. Windows color (decimal): -13850815 or 4302636. OLE color: 4302636.

HSL color Cylindrical-coordinate representation of color #2CA741: hue angle of 130.24º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA741 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 167 65 -
CMYK 0.74 0 0.61 0.35
HSL 130.24º 0.58% 0.41% -
HSV(B) 130.24º 0.74% 0.65% -
XYZ 15.81 28.55 9.68 -
YUV 118.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 44 167 65 0.74 0 0.61 0.35 130.24 0.58 0.41
Hex 2C A7 41 4A 0 3D 23 82 3A 29
Octal 54 247 101 112 0 75 43 202 72 51
Binary 101100 10100111 1000001 1001010 0 111101 100011 10000010 111010 101001

Color Harmonies of #2CA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA741

Black with #2CA741

Text Example


Text Example

White with #2CA741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,167,65); }

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

background-color css

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

 a { background-color: rgb(44,167,65); }

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

border-color css

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

 span { border-color: rgb(44,167,65); }

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