Html Css Color HEX #264012 Black Forest

📋 copy color: '#264012'

red 38 ◦ green 64 ◦ blue 18

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

Shades of Black Forest #264012

Tints of Black Forest #264012

RGB

 RED value IS 38 (15.23% from 255) = 31.67%

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

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

R = 31.67%
G = 53.33%
B = 15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#264012 (or 0x264012) is known color: Black Forest. HEX triplet: 26, 40 and 12. RGB value is (38,64,18). Sum of RGB (Red+Green+Blue) = 38+64+18=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #264012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264012 is #D9BFED. Grayscale: #333333. Windows color (decimal): -14270446 or 1196070. OLE color: 1196070.

HSL color Cylindrical-coordinate representation of color #264012: hue angle of 93.91º 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 #264012 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 64 18 -
CMYK 0.41 0 0.72 0.75
HSL 93.91º 0.56% 0.16% -
HSV(B) 93.91º 0.72% 0.25% -
XYZ 2.74 4.12 1.22 -
YUV 50.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 38 64 18 0.41 0 0.72 0.75 93.91 0.56 0.16
Hex 26 40 12 29 0 48 4B 5E 38 10
Octal 46 100 22 51 0 110 113 136 70 20
Binary 100110 1000000 10010 101001 0 1001000 1001011 1011110 111000 10000

Color Harmonies of #264012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264012

Black with #264012

Text Example


Text Example

White with #264012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264012; }

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

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

background-color css

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

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

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

border-color css

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

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

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