Html Css Color HEX #274412 Black Forest

📋 copy color: '#274412'

red 39 ◦ green 68 ◦ blue 18

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

Shades of Black Forest #274412

Tints of Black Forest #274412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.4%

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

R = 31.2%
G = 54.4%
B = 14.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#274412 (or 0x274412) is known color: Black Forest. HEX triplet: 27, 44 and 12. RGB value is (39,68,18). Sum of RGB (Red+Green+Blue) = 39+68+18=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #274412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274412 is #D8BBED. Grayscale: #353535. Windows color (decimal): -14203886 or 1197095. OLE color: 1197095.

HSL color Cylindrical-coordinate representation of color #274412: hue angle of 94.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274412 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 68 18 -
CMYK 0.43 0 0.74 0.73
HSL 94.8º 0.58% 0.17% -
HSV(B) 94.8º 0.74% 0.27% -
XYZ 3.01 4.61 1.3 -
YUV 53.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 39 68 18 0.43 0 0.74 0.73 94.8 0.58 0.17
Hex 27 44 12 2B 0 4A 49 5F 3A 11
Octal 47 104 22 53 0 112 111 137 72 21
Binary 100111 1000100 10010 101011 0 1001010 1001001 1011111 111010 10001

Color Harmonies of #274412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274412

Black with #274412

Text Example


Text Example

White with #274412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274412; }

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

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

background-color css

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

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

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

border-color css

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

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

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