Html Css Color HEX #27370C Pine Tree

📋 copy color: '#27370C'

red 39 ◦ green 55 ◦ blue 12

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

Shades of Pine Tree #27370C

Tints of Pine Tree #27370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 51.89%

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

R = 36.79%
G = 51.89%
B = 11.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#27370C (or 0x27370C) is known color: Pine Tree. HEX triplet: 27, 37 and 0C. RGB value is (39,55,12). Sum of RGB (Red+Green+Blue) = 39+55+12=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #27370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27370C is #D8C8F3. Grayscale: #2D2D2D. Windows color (decimal): -14207220 or 800551. OLE color: 800551.

HSL color Cylindrical-coordinate representation of color #27370C: hue angle of 82.33º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27370C is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 55 12 -
CMYK 0.29 0 0.78 0.78
HSL 82.33º 0.64% 0.13% -
HSV(B) 82.33º 0.78% 0.22% -
XYZ 2.27 3.19 0.84 -
YUV 45.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 39 55 12 0.29 0 0.78 0.78 82.33 0.64 0.13
Hex 27 37 C 1D 0 4E 4E 52 40 D
Octal 47 67 14 35 0 116 116 122 100 15
Binary 100111 110111 1100 11101 0 1001110 1001110 1010010 1000000 1101

Color Harmonies of #27370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27370C

Black with #27370C

Text Example


Text Example

White with #27370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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