Html Css Color HEX #27412F Timber Green

📋 copy color: '#27412F'

red 39 ◦ green 65 ◦ blue 47

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

Shades of Timber Green #27412F

Tints of Timber Green #27412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 25.83%
G = 43.05%
B = 31.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#27412F (or 0x27412F) is known color: Timber Green. HEX triplet: 27, 41 and 2F. RGB value is (39,65,47). Sum of RGB (Red+Green+Blue) = 39+65+47=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #27412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27412F is #D8BED0. Grayscale: #373737. Windows color (decimal): -14204625 or 3096871. OLE color: 3096871.

HSL color Cylindrical-coordinate representation of color #27412F: hue angle of 138.46º 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 #27412F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 65 47 -
CMYK 0.40 0 0.28 0.75
HSL 138.46º 0.25% 0.2% -
HSV(B) 138.46º 0.4% 0.25% -
XYZ 3.24 4.42 3.37 -
YUV 55.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 39 65 47 0.40 0 0.28 0.75 138.46 0.25 0.2
Hex 27 41 2F 28 0 1C 4B 8A 19 14
Octal 47 101 57 50 0 34 113 212 31 24
Binary 100111 1000001 101111 101000 0 11100 1001011 10001010 11001 10100

Color Harmonies of #27412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27412F

Black with #27412F

Text Example


Text Example

White with #27412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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