Html Css Color HEX #27422D Timber Green

📋 copy color: '#27422D'

red 39 ◦ green 66 ◦ blue 45

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

Shades of Timber Green #27422D

Tints of Timber Green #27422D

RGB

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

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

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

R = 26%
G = 44%
B = 30%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#27422D (or 0x27422D) is known color: Timber Green. HEX triplet: 27, 42 and 2D. RGB value is (39,66,45). Sum of RGB (Red+Green+Blue) = 39+66+45=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #27422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422D is #D8BDD2. Grayscale: #373737. Windows color (decimal): -14204371 or 2966055. OLE color: 2966055.

HSL color Cylindrical-coordinate representation of color #27422D: hue angle of 133.33º 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 #27422D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 45 -
CMYK 0.41 0 0.32 0.74
HSL 133.33º 0.26% 0.21% -
HSV(B) 133.33º 0.41% 0.26% -
XYZ 3.26 4.52 3.18 -
YUV 55.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 39 66 45 0.41 0 0.32 0.74 133.33 0.26 0.21
Hex 27 42 2D 29 0 20 4A 85 1A 15
Octal 47 102 55 51 0 40 112 205 32 25
Binary 100111 1000010 101101 101001 0 100000 1001010 10000101 11010 10101

Color Harmonies of #27422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27422D

Black with #27422D

Text Example


Text Example

White with #27422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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