Html Css Color HEX #27332A Gordons Green

📋 copy color: '#27332A'

red 39 ◦ green 51 ◦ blue 42

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

Shades of Gordons Green #27332A

Tints of Gordons Green #27332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 29.55%
G = 38.64%
B = 31.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#27332A (or 0x27332A) is known color: Gordons Green. HEX triplet: 27, 33 and 2A. RGB value is (39,51,42). Sum of RGB (Red+Green+Blue) = 39+51+42=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #27332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27332A is #D8CCD5. Grayscale: #2E2E2E. Windows color (decimal): -14208214 or 2765607. OLE color: 2765607.

HSL color Cylindrical-coordinate representation of color #27332A: hue angle of 135º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #27332A is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 42 -
CMYK 0.24 0 0.18 0.8
HSL 135º 0.13% 0.18% -
HSV(B) 135º 0.24% 0.2% -
XYZ 2.44 2.97 2.63 -
YUV 46.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 39 51 42 0.24 0 0.18 0.8 135 0.13 0.18
Hex 27 33 2A 18 0 12 50 87 D 12
Octal 47 63 52 30 0 22 120 207 15 22
Binary 100111 110011 101010 11000 0 10010 1010000 10000111 1101 10010

Color Harmonies of #27332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27332A

Black with #27332A

Text Example


Text Example

White with #27332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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