Html Css Color HEX #2E9540 Chateau Green

📋 copy color: '#2E9540'

red 46 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #2E9540

Tints of Chateau Green #2E9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.53%

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

R = 17.76%
G = 57.53%
B = 24.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#2E9540 (or 0x2E9540) is known color: Chateau Green. HEX triplet: 2E, 95 and 40. RGB value is (46,149,64). Sum of RGB (Red+Green+Blue) = 46+149+64=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9540 is #D16ABF. Grayscale: #6C6C6C. Windows color (decimal): -13724352 or 4232494. OLE color: 4232494.

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

Color convert

RGB 46 149 64 -
CMYK 0.69 0 0.57 0.42
HSL 130.49º 0.53% 0.38% -
HSV(B) 130.49º 0.69% 0.58% -
XYZ 12.8 22.45 8.51 -
YUV 108.51 102.88 83.41 -
System Red Green Blue C M Y K H S L
Decimal 46 149 64 0.69 0 0.57 0.42 130.49 0.53 0.38
Hex 2E 95 40 45 0 39 2A 82 35 26
Octal 56 225 100 105 0 71 52 202 65 46
Binary 101110 10010101 1000000 1000101 0 111001 101010 10000010 110101 100110

Color Harmonies of #2E9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9540

Black with #2E9540

Text Example


Text Example

White with #2E9540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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