Html Css Color HEX #27400C Pine Tree

📋 copy color: '#27400C'

red 39 ◦ green 64 ◦ blue 12

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

Shades of Pine Tree #27400C

Tints of Pine Tree #27400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 33.91%
G = 55.65%
B = 10.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#27400C (or 0x27400C) is known color: Pine Tree. HEX triplet: 27, 40 and 0C. RGB value is (39,64,12). Sum of RGB (Red+Green+Blue) = 39+64+12=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #27400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27400C is #D8BFF3. Grayscale: #323232. Windows color (decimal): -14204916 or 802855. OLE color: 802855.

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

Color convert

RGB 39 64 12 -
CMYK 0.39 0 0.81 0.75
HSL 88.85º 0.68% 0.15% -
HSV(B) 88.85º 0.81% 0.25% -
XYZ 2.74 4.12 1 -
YUV 50.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 39 64 12 0.39 0 0.81 0.75 88.85 0.68 0.15
Hex 27 40 C 27 0 51 4B 59 44 F
Octal 47 100 14 47 0 121 113 131 104 17
Binary 100111 1000000 1100 100111 0 1010001 1001011 1011001 1000100 1111

Color Harmonies of #27400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27400C

Black with #27400C

Text Example


Text Example

White with #27400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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