#274218

Color #274218 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #274218

Tints of Black Forest #274218

Color information

#274218 (or 0x274218) is unknown color: approx Black Forest. HEX triplet: 27, 42 and 18. RGB value is (39,66,24). Sum of RGB (Red+Green+Blue) = 39+66+24=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #274218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274218 is #D8BDE7. Grayscale: #353535. Windows color (decimal): -14204392 or 1589799. OLE color: 1589799.

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

Color convert

RGB396624-
CMYK0.4100.640.74
HSL98.57º46.67%17.65%-
HSV(B)98.57º63.64%25.88%-
XYZ2.954.391.56-
YUV53.14111.55117.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=30.23%
G=51.16%
B=18.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966240.4100.640.7498.5746.6717.65
Hex274218290404A632f12
Octal47102305101001121435722
Binary100111100001011000101001010000001001010110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274218; }

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

 H1.HeaderClassName
 {
   color: #274218;
 }
 .AnyTagClassName
 {
   color: #274218;
 }
</style>
background-color css

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

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

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

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

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

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