Html Css Color HEX #27422E Timber Green

📋 copy color: '#27422E'

red 39 ◦ green 66 ◦ blue 46

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

Shades of Timber Green #27422E

Tints of Timber Green #27422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 25.83%
G = 43.71%
B = 30.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#27422E (or 0x27422E) is known color: Timber Green. HEX triplet: 27, 42 and 2E. RGB value is (39,66,46). Sum of RGB (Red+Green+Blue) = 39+66+46=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #27422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422E is #D8BDD1. Grayscale: #373737. Windows color (decimal): -14204370 or 3031591. OLE color: 3031591.

HSL color Cylindrical-coordinate representation of color #27422E: hue angle of 135.56º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27422E is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 46 -
CMYK 0.41 0 0.30 0.74
HSL 135.56º 0.26% 0.21% -
HSV(B) 135.56º 0.41% 0.26% -
XYZ 3.28 4.53 3.29 -
YUV 55.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 39 66 46 0.41 0 0.30 0.74 135.56 0.26 0.21
Hex 27 42 2E 29 0 1E 4A 88 1A 15
Octal 47 102 56 51 0 36 112 210 32 25
Binary 100111 1000010 101110 101001 0 11110 1001010 10001000 11010 10101

Color Harmonies of #27422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27422E

Black with #27422E

Text Example


Text Example

White with #27422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27422E; }

 p { color: rgb(39,66,46); }

 H1.HeaderClassName
 {
   color: #27422E;
 }
 .AnyTagClassName
 {
   color: #27422E;
 }
</style>

background-color css

<style>
 a { background-color: #27422E; }

 a { background-color: rgb(39,66,46); }

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

border-color css

<style>
 span { border-color: #27422E; }

 span { border-color: rgb(39,66,46); }

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