Html Css Color HEX #27362A Gordons Green

📋 copy color: '#27362A'

red 39 ◦ green 54 ◦ blue 42

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

Shades of Gordons Green #27362A

Tints of Gordons Green #27362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

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

R = 28.89%
G = 40%
B = 31.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#27362A (or 0x27362A) is known color: Gordons Green. HEX triplet: 27, 36 and 2A. RGB value is (39,54,42). Sum of RGB (Red+Green+Blue) = 39+54+42=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #27362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27362A is #D8C9D5. Grayscale: #303030. Windows color (decimal): -14207446 or 2766375. OLE color: 2766375.

HSL color Cylindrical-coordinate representation of color #27362A: hue angle of 132º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #27362A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 54 42 -
CMYK 0.28 0 0.22 0.79
HSL 132º 0.16% 0.18% -
HSV(B) 132º 0.28% 0.21% -
XYZ 2.57 3.24 2.68 -
YUV 48.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 39 54 42 0.28 0 0.22 0.79 132 0.16 0.18
Hex 27 36 2A 1C 0 16 4F 84 10 12
Octal 47 66 52 34 0 26 117 204 20 22
Binary 100111 110110 101010 11100 0 10110 1001111 10000100 10000 10010

Color Harmonies of #27362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27362A

Black with #27362A

Text Example


Text Example

White with #27362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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