Html Css Color HEX #274012 Black Forest

📋 copy color: '#274012'

red 39 ◦ green 64 ◦ blue 18

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

Shades of Black Forest #274012

Tints of Black Forest #274012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.89%

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

R = 32.23%
G = 52.89%
B = 14.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#274012 (or 0x274012) is known color: Black Forest. HEX triplet: 27, 40 and 12. RGB value is (39,64,18). Sum of RGB (Red+Green+Blue) = 39+64+18=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #274012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274012 is #D8BFED. Grayscale: #333333. Windows color (decimal): -14204910 or 1196071. OLE color: 1196071.

HSL color Cylindrical-coordinate representation of color #274012: hue angle of 92.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274012 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 18 -
CMYK 0.39 0 0.72 0.75
HSL 92.61º 0.56% 0.16% -
HSV(B) 92.61º 0.72% 0.25% -
XYZ 2.78 4.14 1.23 -
YUV 51.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 39 64 18 0.39 0 0.72 0.75 92.61 0.56 0.16
Hex 27 40 12 27 0 48 4B 5D 38 10
Octal 47 100 22 47 0 110 113 135 70 20
Binary 100111 1000000 10010 100111 0 1001000 1001011 1011101 111000 10000

Color Harmonies of #274012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274012

Black with #274012

Text Example


Text Example

White with #274012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274012; }

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

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

background-color css

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

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

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

border-color css

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

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

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