Html Css Color HEX #27350B Pine Tree

📋 copy color: '#27350B'

red 39 ◦ green 53 ◦ blue 11

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

Shades of Pine Tree #27350B

Tints of Pine Tree #27350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.46%

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 37.86%
G = 51.46%
B = 10.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#27350B (or 0x27350B) is known color: Pine Tree. HEX triplet: 27, 35 and 0B. RGB value is (39,53,11). Sum of RGB (Red+Green+Blue) = 39+53+11=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #27350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27350B is #D8CAF4. Grayscale: #2C2C2C. Windows color (decimal): -14207733 or 734503. OLE color: 734503.

HSL color Cylindrical-coordinate representation of color #27350B: hue angle of 80º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27350B is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 53 11 -
CMYK 0.26 0 0.79 0.79
HSL 80º 0.66% 0.13% -
HSV(B) 80º 0.79% 0.21% -
XYZ 2.17 3 0.78 -
YUV 44.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 39 53 11 0.26 0 0.79 0.79 80 0.66 0.13
Hex 27 35 B 1A 0 4F 4F 50 42 D
Octal 47 65 13 32 0 117 117 120 102 15
Binary 100111 110101 1011 11010 0 1001111 1001111 1010000 1000010 1101

Color Harmonies of #27350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27350B

Black with #27350B

Text Example


Text Example

White with #27350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27350B; }

 p { color: rgb(39,53,11); }

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

background-color css

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

 a { background-color: rgb(39,53,11); }

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

border-color css

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

 span { border-color: rgb(39,53,11); }

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