Html Css Color HEX #293F15 Black Forest

📋 copy color: '#293F15'

red 41 ◦ green 63 ◦ blue 21

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

Shades of Black Forest #293F15

Tints of Black Forest #293F15

RGB

 RED value IS 41 (16.41% from 255) = 32.8%

 GREEN value IS 63 (25% from 255) = 50.4%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 32.8%
G = 50.4%
B = 16.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#293F15 (or 0x293F15) is known color: Black Forest. HEX triplet: 29, 3F and 15. RGB value is (41,63,21). Sum of RGB (Red+Green+Blue) = 41+63+21=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #293F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F15 is #D6C0EA. Grayscale: #333333. Windows color (decimal): -14074091 or 1392425. OLE color: 1392425.

HSL color Cylindrical-coordinate representation of color #293F15: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293F15 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 21 -
CMYK 0.35 0 0.67 0.75
HSL 91.43º 0.5% 0.16% -
HSV(B) 91.43º 0.67% 0.25% -
XYZ 2.83 4.08 1.35 -
YUV 51.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 41 63 21 0.35 0 0.67 0.75 91.43 0.5 0.16
Hex 29 3F 15 23 0 43 4B 5B 32 10
Octal 51 77 25 43 0 103 113 133 62 20
Binary 101001 111111 10101 100011 0 1000011 1001011 1011011 110010 10000

Color Harmonies of #293F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F15

Black with #293F15

Text Example


Text Example

White with #293F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293F15; }

 p { color: rgb(41,63,21); }

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

background-color css

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

 a { background-color: rgb(41,63,21); }

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

border-color css

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

 span { border-color: rgb(41,63,21); }

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