Html Css Color HEX #274212 Black Forest

📋 copy color: '#274212'

red 39 ◦ green 66 ◦ blue 18

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

Shades of Black Forest #274212

Tints of Black Forest #274212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 31.71%
G = 53.66%
B = 14.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#274212 (or 0x274212) is known color: Black Forest. HEX triplet: 27, 42 and 12. RGB value is (39,66,18). Sum of RGB (Red+Green+Blue) = 39+66+18=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #274212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274212 is #D8BDED. Grayscale: #343434. Windows color (decimal): -14204398 or 1196583. OLE color: 1196583.

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

Color convert

RGB 39 66 18 -
CMYK 0.41 0 0.73 0.74
HSL 93.75º 0.57% 0.16% -
HSV(B) 93.75º 0.73% 0.26% -
XYZ 2.89 4.37 1.26 -
YUV 52.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 39 66 18 0.41 0 0.73 0.74 93.75 0.57 0.16
Hex 27 42 12 29 0 49 4A 5E 39 10
Octal 47 102 22 51 0 111 112 136 71 20
Binary 100111 1000010 10010 101001 0 1001001 1001010 1011110 111001 10000

Color Harmonies of #274212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274212

Black with #274212

Text Example


Text Example

White with #274212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274212; }

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

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

background-color css

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

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

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

border-color css

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

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

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