Html Css Color HEX #27352A Gordons Green

📋 copy color: '#27352A'

red 39 ◦ green 53 ◦ blue 42

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

Shades of Gordons Green #27352A

Tints of Gordons Green #27352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

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

R = 29.1%
G = 39.55%
B = 31.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#27352A (or 0x27352A) is known color: Gordons Green. HEX triplet: 27, 35 and 2A. RGB value is (39,53,42). Sum of RGB (Red+Green+Blue) = 39+53+42=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #27352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27352A is #D8CAD5. Grayscale: #2F2F2F. Windows color (decimal): -14207702 or 2766119. OLE color: 2766119.

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

Color convert

RGB 39 53 42 -
CMYK 0.26 0 0.21 0.79
HSL 132.86º 0.15% 0.18% -
HSV(B) 132.86º 0.26% 0.21% -
XYZ 2.53 3.14 2.66 -
YUV 47.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 39 53 42 0.26 0 0.21 0.79 132.86 0.15 0.18
Hex 27 35 2A 1A 0 15 4F 85 F 12
Octal 47 65 52 32 0 25 117 205 17 22
Binary 100111 110101 101010 11010 0 10101 1001111 10000101 1111 10010

Color Harmonies of #27352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27352A

Black with #27352A

Text Example


Text Example

White with #27352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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