Html Css Color HEX #27412D Timber Green

📋 copy color: '#27412D'

red 39 ◦ green 65 ◦ blue 45

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

Shades of Timber Green #27412D

Tints of Timber Green #27412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 26.17%
G = 43.62%
B = 30.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#27412D (or 0x27412D) is known color: Timber Green. HEX triplet: 27, 41 and 2D. RGB value is (39,65,45). Sum of RGB (Red+Green+Blue) = 39+65+45=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #27412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27412D is #D8BED2. Grayscale: #373737. Windows color (decimal): -14204627 or 2965799. OLE color: 2965799.

HSL color Cylindrical-coordinate representation of color #27412D: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #27412D is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 65 45 -
CMYK 0.40 0 0.31 0.75
HSL 133.85º 0.25% 0.2% -
HSV(B) 133.85º 0.4% 0.25% -
XYZ 3.2 4.4 3.16 -
YUV 54.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 39 65 45 0.40 0 0.31 0.75 133.85 0.25 0.2
Hex 27 41 2D 28 0 1F 4B 86 19 14
Octal 47 101 55 50 0 37 113 206 31 24
Binary 100111 1000001 101101 101000 0 11111 1001011 10000110 11001 10100

Color Harmonies of #27412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27412D

Black with #27412D

Text Example


Text Example

White with #27412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27412D; }

 p { color: rgb(39,65,45); }

 H1.HeaderClassName
 {
   color: #27412D;
 }
 .AnyTagClassName
 {
   color: #27412D;
 }
</style>

background-color css

<style>
 a { background-color: #27412D; }

 a { background-color: rgb(39,65,45); }

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

border-color css

<style>
 span { border-color: #27412D; }

 span { border-color: rgb(39,65,45); }

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