Html Css Color HEX #272B27 Gordons Green

📋 copy color: '#272B27'

red 39 ◦ green 43 ◦ blue 39

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

Shades of Gordons Green #272B27

Tints of Gordons Green #272B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.54%

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 32.23%
G = 35.54%
B = 32.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.83

RGB Variations

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

Color information

#272B27 (or 0x272B27) is known color: Gordons Green. HEX triplet: 27, 2B and 27. RGB value is (39,43,39). Sum of RGB (Red+Green+Blue) = 39+43+39=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 43 - color contains mainly: green. Hex color #272B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B27 is #D8D4D8. Grayscale: #292929. Windows color (decimal): -14210265 or 2566951. OLE color: 2566951.

HSL color Cylindrical-coordinate representation of color #272B27: hue angle of 120º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #272B27 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 43 39 -
CMYK 0.09 0 0.09 0.83
HSL 120º 0.05% 0.16% -
HSV(B) 120º 0.09% 0.17% -
XYZ 2.07 2.31 2.26 -
YUV 41.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 39 43 39 0.09 0 0.09 0.83 120 0.05 0.16
Hex 27 2B 27 9 0 9 53 78 5 10
Octal 47 53 47 11 0 11 123 170 5 20
Binary 100111 101011 100111 1001 0 1001 1010011 1111000 101 10000

Color Harmonies of #272B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B27

Black with #272B27

Text Example


Text Example

White with #272B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,43,39); }

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

background-color css

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

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

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

border-color css

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

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

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