Html Css Color HEX #27420F Black Forest

📋 copy color: '#27420F'

red 39 ◦ green 66 ◦ blue 15

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

Shades of Black Forest #27420F

Tints of Black Forest #27420F

RGB

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

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

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

R = 32.5%
G = 55%
B = 12.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#27420F (or 0x27420F) is known color: Black Forest. HEX triplet: 27, 42 and 0F. RGB value is (39,66,15). Sum of RGB (Red+Green+Blue) = 39+66+15=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #27420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27420F is #D8BDF0. Grayscale: #343434. Windows color (decimal): -14204401 or 999975. OLE color: 999975.

HSL color Cylindrical-coordinate representation of color #27420F: hue angle of 91.76º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27420F is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 15 -
CMYK 0.41 0 0.77 0.74
HSL 91.76º 0.63% 0.16% -
HSV(B) 91.76º 0.77% 0.26% -
XYZ 2.87 4.36 1.14 -
YUV 52.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 39 66 15 0.41 0 0.77 0.74 91.76 0.63 0.16
Hex 27 42 F 29 0 4D 4A 5C 3F 10
Octal 47 102 17 51 0 115 112 134 77 20
Binary 100111 1000010 1111 101001 0 1001101 1001010 1011100 111111 10000

Color Harmonies of #27420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27420F

Black with #27420F

Text Example


Text Example

White with #27420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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