Html Css Color HEX #27382A Gordons Green

📋 copy color: '#27382A'

red 39 ◦ green 56 ◦ blue 42

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

Shades of Gordons Green #27382A

Tints of Gordons Green #27382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

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

R = 28.47%
G = 40.88%
B = 30.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#27382A (or 0x27382A) is known color: Gordons Green. HEX triplet: 27, 38 and 2A. RGB value is (39,56,42). Sum of RGB (Red+Green+Blue) = 39+56+42=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #27382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382A is #D8C7D5. Grayscale: #313131. Windows color (decimal): -14206934 or 2766887. OLE color: 2766887.

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

Color convert

RGB 39 56 42 -
CMYK 0.30 0 0.25 0.78
HSL 130.59º 0.18% 0.19% -
HSV(B) 130.59º 0.3% 0.22% -
XYZ 2.67 3.43 2.71 -
YUV 49.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 39 56 42 0.30 0 0.25 0.78 130.59 0.18 0.19
Hex 27 38 2A 1E 0 19 4E 83 12 13
Octal 47 70 52 36 0 31 116 203 22 23
Binary 100111 111000 101010 11110 0 11001 1001110 10000011 10010 10011

Color Harmonies of #27382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27382A

Black with #27382A

Text Example


Text Example

White with #27382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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