Html Css Color HEX #272E28 Gordons Green

📋 copy color: '#272E28'

red 39 ◦ green 46 ◦ blue 40

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

Shades of Gordons Green #272E28

Tints of Gordons Green #272E28

RGB

 RED value IS 39 (15.63% from 255) = 31.2%

 GREEN value IS 46 (18.36% from 255) = 36.8%

 BLUE value IS 40 (16.02% from 255) = 32%

R = 31.2%
G = 36.8%
B = 32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#272E28 (or 0x272E28) is known color: Gordons Green. HEX triplet: 27, 2E and 28. RGB value is (39,46,40). Sum of RGB (Red+Green+Blue) = 39+46+40=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 46 - color contains mainly: green. Hex color #272E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E28 is #D8D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14209496 or 2633255. OLE color: 2633255.

HSL color Cylindrical-coordinate representation of color #272E28: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272E28 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 46 40 -
CMYK 0.15 0 0.13 0.82
HSL 128.57º 0.08% 0.17% -
HSV(B) 128.57º 0.15% 0.18% -
XYZ 2.2 2.54 2.38 -
YUV 43.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 39 46 40 0.15 0 0.13 0.82 128.57 0.08 0.17
Hex 27 2E 28 F 0 D 52 81 8 11
Octal 47 56 50 17 0 15 122 201 10 21
Binary 100111 101110 101000 1111 0 1101 1010010 10000001 1000 10001

Color Harmonies of #272E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E28

Black with #272E28

Text Example


Text Example

White with #272E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272E28; }

 p { color: rgb(39,46,40); }

 H1.HeaderClassName
 {
   color: #272E28;
 }
 .AnyTagClassName
 {
   color: #272E28;
 }
</style>

background-color css

<style>
 a { background-color: #272E28; }

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

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

border-color css

<style>
 span { border-color: #272E28; }

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

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