Html Css Color HEX #27400D Pine Tree

📋 copy color: '#27400D'

red 39 ◦ green 64 ◦ blue 13

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

Shades of Pine Tree #27400D

Tints of Pine Tree #27400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 33.62%
G = 55.17%
B = 11.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#27400D (or 0x27400D) is known color: Pine Tree. HEX triplet: 27, 40 and 0D. RGB value is (39,64,13). Sum of RGB (Red+Green+Blue) = 39+64+13=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #27400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400D is #D8BFF2. Grayscale: #323232. Windows color (decimal): -14204915 or 868391. OLE color: 868391.

HSL color Cylindrical-coordinate representation of color #27400D: hue angle of 89.41º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27400D is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 13 -
CMYK 0.39 0 0.80 0.75
HSL 89.41º 0.66% 0.15% -
HSV(B) 89.41º 0.8% 0.25% -
XYZ 2.74 4.13 1.03 -
YUV 50.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 39 64 13 0.39 0 0.80 0.75 89.41 0.66 0.15
Hex 27 40 D 27 0 50 4B 59 42 F
Octal 47 100 15 47 0 120 113 131 102 17
Binary 100111 1000000 1101 100111 0 1010000 1001011 1011001 1000010 1111

Color Harmonies of #27400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27400D

Black with #27400D

Text Example


Text Example

White with #27400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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