Html Css Color HEX #27342A Gordons Green

📋 copy color: '#27342A'

red 39 ◦ green 52 ◦ blue 42

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

Shades of Gordons Green #27342A

Tints of Gordons Green #27342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 29.32%
G = 39.1%
B = 31.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#27342A (or 0x27342A) is known color: Gordons Green. HEX triplet: 27, 34 and 2A. RGB value is (39,52,42). Sum of RGB (Red+Green+Blue) = 39+52+42=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #27342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27342A is #D8CBD5. Grayscale: #2E2E2E. Windows color (decimal): -14207958 or 2765863. OLE color: 2765863.

HSL color Cylindrical-coordinate representation of color #27342A: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27342A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 52 42 -
CMYK 0.25 0 0.19 0.80
HSL 133.85º 0.14% 0.18% -
HSV(B) 133.85º 0.25% 0.2% -
XYZ 2.48 3.05 2.65 -
YUV 46.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 39 52 42 0.25 0 0.19 0.80 133.85 0.14 0.18
Hex 27 34 2A 19 0 13 50 86 E 12
Octal 47 64 52 31 0 23 120 206 16 22
Binary 100111 110100 101010 11001 0 10011 1010000 10000110 1110 10010

Color Harmonies of #27342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27342A

Black with #27342A

Text Example


Text Example

White with #27342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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