Html Css Color HEX #2E3C2F Gordons Green

📋 copy color: '#2E3C2F'

red 46 ◦ green 60 ◦ blue 47

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

Shades of Gordons Green #2E3C2F

Tints of Gordons Green #2E3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.22%

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 30.07%
G = 39.22%
B = 30.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.76

RGB Variations

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

Color information

#2E3C2F (or 0x2E3C2F) is known color: Gordons Green. HEX triplet: 2E, 3C and 2F. RGB value is (46,60,47). Sum of RGB (Red+Green+Blue) = 46+60+47=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C2F is #D1C3D0. Grayscale: #363636. Windows color (decimal): -13747153 or 3095598. OLE color: 3095598.

HSL color Cylindrical-coordinate representation of color #2E3C2F: hue angle of 124.29º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3C2F is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 60 47 -
CMYK 0.23 0 0.22 0.76
HSL 124.29º 0.13% 0.21% -
HSV(B) 124.29º 0.23% 0.24% -
XYZ 3.26 4.02 3.29 -
YUV 54.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 46 60 47 0.23 0 0.22 0.76 124.29 0.13 0.21
Hex 2E 3C 2F 17 0 16 4C 7C D 15
Octal 56 74 57 27 0 26 114 174 15 25
Binary 101110 111100 101111 10111 0 10110 1001100 1111100 1101 10101

Color Harmonies of #2E3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C2F

Black with #2E3C2F

Text Example


Text Example

White with #2E3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,47); }

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

background-color css

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

 a { background-color: rgb(46,60,47); }

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

border-color css

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

 span { border-color: rgb(46,60,47); }

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