Html Css Color HEX #27470F Black Forest

📋 copy color: '#27470F'

red 39 ◦ green 71 ◦ blue 15

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

Shades of Black Forest #27470F

Tints of Black Forest #27470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 56.8%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 31.2%
G = 56.8%
B = 12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#27470F (or 0x27470F) is known color: Black Forest. HEX triplet: 27, 47 and 0F. RGB value is (39,71,15). Sum of RGB (Red+Green+Blue) = 39+71+15=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #27470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27470F is #D8B8F0. Grayscale: #373737. Windows color (decimal): -14203121 or 1001255. OLE color: 1001255.

HSL color Cylindrical-coordinate representation of color #27470F: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27470F is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 15 -
CMYK 0.45 0 0.79 0.72
HSL 94.29º 0.65% 0.17% -
HSV(B) 94.29º 0.79% 0.28% -
XYZ 3.18 4.97 1.24 -
YUV 55.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 39 71 15 0.45 0 0.79 0.72 94.29 0.65 0.17
Hex 27 47 F 2D 0 4F 48 5E 41 11
Octal 47 107 17 55 0 117 110 136 101 21
Binary 100111 1000111 1111 101101 0 1001111 1001000 1011110 1000001 10001

Color Harmonies of #27470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27470F

Black with #27470F

Text Example


Text Example

White with #27470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,71,15); }

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

background-color css

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

 a { background-color: rgb(39,71,15); }

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

border-color css

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

 span { border-color: rgb(39,71,15); }

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