Html Css Color HEX #2E9640 Chateau Green

📋 copy color: '#2E9640'

red 46 ◦ green 150 ◦ blue 64

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

Shades of Chateau Green #2E9640

Tints of Chateau Green #2E9640

RGB

 RED value IS 46 (18.36% from 255) = 17.69%

 GREEN value IS 150 (58.98% from 255) = 57.69%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 17.69%
G = 57.69%
B = 24.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#2E9640 (or 0x2E9640) is known color: Chateau Green. HEX triplet: 2E, 96 and 40. RGB value is (46,150,64). Sum of RGB (Red+Green+Blue) = 46+150+64=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9640 is #D169BF. Grayscale: #6D6D6D. Windows color (decimal): -13724096 or 4232750. OLE color: 4232750.

HSL color Cylindrical-coordinate representation of color #2E9640: hue angle of 130.38º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9640 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 150 64 -
CMYK 0.69 0 0.57 0.41
HSL 130.38º 0.53% 0.38% -
HSV(B) 130.38º 0.69% 0.59% -
XYZ 12.96 22.76 8.56 -
YUV 109.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 46 150 64 0.69 0 0.57 0.41 130.38 0.53 0.38
Hex 2E 96 40 45 0 39 29 82 35 26
Octal 56 226 100 105 0 71 51 202 65 46
Binary 101110 10010110 1000000 1000101 0 111001 101001 10000010 110101 100110

Color Harmonies of #2E9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9640

Black with #2E9640

Text Example


Text Example

White with #2E9640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,64); }

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

background-color css

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

 a { background-color: rgb(46,150,64); }

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

border-color css

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

 span { border-color: rgb(46,150,64); }

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