Html Css Color HEX #2E302E Gordons Green

📋 copy color: '#2E302E'

red 46 ◦ green 48 ◦ blue 46

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

Shades of Gordons Green #2E302E

Tints of Gordons Green #2E302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 32.86%
G = 34.29%
B = 32.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#2E302E (or 0x2E302E) is known color: Gordons Green. HEX triplet: 2E, 30 and 2E. RGB value is (46,48,46). Sum of RGB (Red+Green+Blue) = 46+48+46=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 48 - color contains mainly: green. Hex color #2E302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E302E is #D1CFD1. Grayscale: #2F2F2F. Windows color (decimal): -13750226 or 3026990. OLE color: 3026990.

HSL color Cylindrical-coordinate representation of color #2E302E: hue angle of 120º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2E302E is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 48 46 -
CMYK 0.04 0 0.04 0.81
HSL 120º 0.02% 0.18% -
HSV(B) 120º 0.04% 0.19% -
XYZ 2.68 2.89 3 -
YUV 47.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 46 48 46 0.04 0 0.04 0.81 120 0.02 0.18
Hex 2E 30 2E 4 0 4 51 78 2 12
Octal 56 60 56 4 0 4 121 170 2 22
Binary 101110 110000 101110 100 0 100 1010001 1111000 10 10010

Color Harmonies of #2E302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E302E

Black with #2E302E

Text Example


Text Example

White with #2E302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,46); }

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

background-color css

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

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

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

border-color css

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

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

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