Html Css Color HEX #274015 Black Forest

📋 copy color: '#274015'

red 39 ◦ green 64 ◦ blue 21

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

Shades of Black Forest #274015

Tints of Black Forest #274015

RGB

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

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

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

R = 31.45%
G = 51.61%
B = 16.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#274015 (or 0x274015) is known color: Black Forest. HEX triplet: 27, 40 and 15. RGB value is (39,64,21). Sum of RGB (Red+Green+Blue) = 39+64+21=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #274015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274015 is #D8BFEA. Grayscale: #333333. Windows color (decimal): -14204907 or 1392679. OLE color: 1392679.

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

Color convert

RGB 39 64 21 -
CMYK 0.39 0 0.67 0.75
HSL 94.88º 0.51% 0.17% -
HSV(B) 94.88º 0.67% 0.25% -
XYZ 2.81 4.15 1.36 -
YUV 51.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 39 64 21 0.39 0 0.67 0.75 94.88 0.51 0.17
Hex 27 40 15 27 0 43 4B 5F 33 11
Octal 47 100 25 47 0 103 113 137 63 21
Binary 100111 1000000 10101 100111 0 1000011 1001011 1011111 110011 10001

Color Harmonies of #274015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274015

Black with #274015

Text Example


Text Example

White with #274015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274015; }

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

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

background-color css

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

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

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

border-color css

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

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

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