Html Css Color HEX #274512 Black Forest

📋 copy color: '#274512'

red 39 ◦ green 69 ◦ blue 18

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

Shades of Black Forest #274512

Tints of Black Forest #274512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.76%

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

R = 30.95%
G = 54.76%
B = 14.29%

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

#274512 (or 0x274512) is known color: Black Forest. HEX triplet: 27, 45 and 12. RGB value is (39,69,18). Sum of RGB (Red+Green+Blue) = 39+69+18=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #274512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274512 is #D8BAED. Grayscale: #363636. Windows color (decimal): -14203630 or 1197351. OLE color: 1197351.

HSL color Cylindrical-coordinate representation of color #274512: hue angle of 95.29º degrees, saturation: 0.59, 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 #274512 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 69 18 -
CMYK 0.43 0 0.74 0.73
HSL 95.29º 0.59% 0.17% -
HSV(B) 95.29º 0.74% 0.27% -
XYZ 3.07 4.73 1.32 -
YUV 54.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 39 69 18 0.43 0 0.74 0.73 95.29 0.59 0.17
Hex 27 45 12 2B 0 4A 49 5F 3B 11
Octal 47 105 22 53 0 112 111 137 73 21
Binary 100111 1000101 10010 101011 0 1001010 1001001 1011111 111011 10001

Color Harmonies of #274512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274512

Black with #274512

Text Example


Text Example

White with #274512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274512; }

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

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

background-color css

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

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

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

border-color css

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

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

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