Html Css Color HEX #27390C Pine Tree

📋 copy color: '#27390C'

red 39 ◦ green 57 ◦ blue 12

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

Shades of Pine Tree #27390C

Tints of Pine Tree #27390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.78%

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

R = 36.11%
G = 52.78%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#27390C (or 0x27390C) is known color: Pine Tree. HEX triplet: 27, 39 and 0C. RGB value is (39,57,12). Sum of RGB (Red+Green+Blue) = 39+57+12=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #27390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27390C is #D8C6F3. Grayscale: #2E2E2E. Windows color (decimal): -14206708 or 801063. OLE color: 801063.

HSL color Cylindrical-coordinate representation of color #27390C: hue angle of 84º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27390C is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 57 12 -
CMYK 0.32 0 0.79 0.78
HSL 84º 0.65% 0.14% -
HSV(B) 84º 0.79% 0.22% -
XYZ 2.37 3.38 0.88 -
YUV 46.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 39 57 12 0.32 0 0.79 0.78 84 0.65 0.14
Hex 27 39 C 20 0 4F 4E 54 41 E
Octal 47 71 14 40 0 117 116 124 101 16
Binary 100111 111001 1100 100000 0 1001111 1001110 1010100 1000001 1110

Color Harmonies of #27390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27390C

Black with #27390C

Text Example


Text Example

White with #27390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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