Html Css Color HEX #27422F Timber Green

📋 copy color: '#27422F'

red 39 ◦ green 66 ◦ blue 47

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

Shades of Timber Green #27422F

Tints of Timber Green #27422F

RGB

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

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

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

R = 25.66%
G = 43.42%
B = 30.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#27422F (or 0x27422F) is known color: Timber Green. HEX triplet: 27, 42 and 2F. RGB value is (39,66,47). Sum of RGB (Red+Green+Blue) = 39+66+47=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #27422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422F is #D8BDD0. Grayscale: #373737. Windows color (decimal): -14204369 or 3097127. OLE color: 3097127.

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

Color convert

RGB 39 66 47 -
CMYK 0.41 0 0.29 0.74
HSL 137.78º 0.26% 0.21% -
HSV(B) 137.78º 0.41% 0.26% -
XYZ 3.3 4.53 3.39 -
YUV 55.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 39 66 47 0.41 0 0.29 0.74 137.78 0.26 0.21
Hex 27 42 2F 29 0 1D 4A 8A 1A 15
Octal 47 102 57 51 0 35 112 212 32 25
Binary 100111 1000010 101111 101001 0 11101 1001010 10001010 11010 10101

Color Harmonies of #27422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27422F

Black with #27422F

Text Example


Text Example

White with #27422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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