Html Css Color HEX #2E953F Chateau Green

📋 copy color: '#2E953F'

red 46 ◦ green 149 ◦ blue 63

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

Shades of Chateau Green #2E953F

Tints of Chateau Green #2E953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 17.83%
G = 57.75%
B = 24.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#2E953F (or 0x2E953F) is known color: Chateau Green. HEX triplet: 2E, 95 and 3F. RGB value is (46,149,63). Sum of RGB (Red+Green+Blue) = 46+149+63=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #2E953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E953F is #D16AC0. Grayscale: #6C6C6C. Windows color (decimal): -13724353 or 4166958. OLE color: 4166958.

HSL color Cylindrical-coordinate representation of color #2E953F: hue angle of 129.9º 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 #2E953F is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 149 63 -
CMYK 0.69 0 0.58 0.42
HSL 129.9º 0.53% 0.38% -
HSV(B) 129.9º 0.69% 0.58% -
XYZ 12.77 22.43 8.36 -
YUV 108.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 46 149 63 0.69 0 0.58 0.42 129.9 0.53 0.38
Hex 2E 95 3F 45 0 3A 2A 82 35 26
Octal 56 225 77 105 0 72 52 202 65 46
Binary 101110 10010101 111111 1000101 0 111010 101010 10000010 110101 100110

Color Harmonies of #2E953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E953F

Black with #2E953F

Text Example


Text Example

White with #2E953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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