Html Css Color HEX #27392A Gordons Green

📋 copy color: '#27392A'

red 39 ◦ green 57 ◦ blue 42

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

Shades of Gordons Green #27392A

Tints of Gordons Green #27392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 28.26%
G = 41.3%
B = 30.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#27392A (or 0x27392A) is known color: Gordons Green. HEX triplet: 27, 39 and 2A. RGB value is (39,57,42). Sum of RGB (Red+Green+Blue) = 39+57+42=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #27392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27392A is #D8C6D5. Grayscale: #313131. Windows color (decimal): -14206678 or 2767143. OLE color: 2767143.

HSL color Cylindrical-coordinate representation of color #27392A: hue angle of 130º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27392A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 57 42 -
CMYK 0.32 0 0.26 0.78
HSL 130º 0.19% 0.19% -
HSV(B) 130º 0.32% 0.22% -
XYZ 2.72 3.52 2.73 -
YUV 49.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 39 57 42 0.32 0 0.26 0.78 130 0.19 0.19
Hex 27 39 2A 20 0 1A 4E 82 13 13
Octal 47 71 52 40 0 32 116 202 23 23
Binary 100111 111001 101010 100000 0 11010 1001110 10000010 10011 10011

Color Harmonies of #27392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27392A

Black with #27392A

Text Example


Text Example

White with #27392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27392A; }

 p { color: rgb(39,57,42); }

 H1.HeaderClassName
 {
   color: #27392A;
 }
 .AnyTagClassName
 {
   color: #27392A;
 }
</style>

background-color css

<style>
 a { background-color: #27392A; }

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

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

border-color css

<style>
 span { border-color: #27392A; }

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

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