Html Css Color HEX #27321B Pine Tree

📋 copy color: '#27321B'

red 39 ◦ green 50 ◦ blue 27

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

Shades of Pine Tree #27321B

Tints of Pine Tree #27321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 33.62%
G = 43.1%
B = 23.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#27321B (or 0x27321B) is known color: Pine Tree. HEX triplet: 27, 32 and 1B. RGB value is (39,50,27). Sum of RGB (Red+Green+Blue) = 39+50+27=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #27321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321B is #D8CDE4. Grayscale: #2C2C2C. Windows color (decimal): -14208485 or 1782311. OLE color: 1782311.

HSL color Cylindrical-coordinate representation of color #27321B: hue angle of 88.7º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27321B is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 50 27 -
CMYK 0.22 0 0.46 0.80
HSL 88.7º 0.3% 0.15% -
HSV(B) 88.7º 0.46% 0.2% -
XYZ 2.18 2.79 1.46 -
YUV 44.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 39 50 27 0.22 0 0.46 0.80 88.7 0.3 0.15
Hex 27 32 1B 16 0 2E 50 59 1E F
Octal 47 62 33 26 0 56 120 131 36 17
Binary 100111 110010 11011 10110 0 101110 1010000 1011001 11110 1111

Color Harmonies of #27321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27321B

Black with #27321B

Text Example


Text Example

White with #27321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,50,27); }

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

background-color css

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

 a { background-color: rgb(39,50,27); }

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

border-color css

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

 span { border-color: rgb(39,50,27); }

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