Html Css Color HEX #272C1F Pine Tree

📋 copy color: '#272C1F'

red 39 ◦ green 44 ◦ blue 31

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

Shades of Pine Tree #272C1F

Tints of Pine Tree #272C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.6%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 34.21%
G = 38.6%
B = 27.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#272C1F (or 0x272C1F) is known color: Pine Tree. HEX triplet: 27, 2C and 1F. RGB value is (39,44,31). Sum of RGB (Red+Green+Blue) = 39+44+31=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 44 - color contains mainly: green. Hex color #272C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C1F is #D8D3E0. Grayscale: #292929. Windows color (decimal): -14210017 or 2042919. OLE color: 2042919.

HSL color Cylindrical-coordinate representation of color #272C1F: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272C1F is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 44 31 -
CMYK 0.11 0 0.30 0.83
HSL 83.08º 0.17% 0.15% -
HSV(B) 83.08º 0.3% 0.17% -
XYZ 1.98 2.33 1.64 -
YUV 41.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 39 44 31 0.11 0 0.30 0.83 83.08 0.17 0.15
Hex 27 2C 1F B 0 1E 53 53 11 F
Octal 47 54 37 13 0 36 123 123 21 17
Binary 100111 101100 11111 1011 0 11110 1010011 1010011 10001 1111

Color Harmonies of #272C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C1F

Black with #272C1F

Text Example


Text Example

White with #272C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272C1F; }

 p { color: rgb(39,44,31); }

 H1.HeaderClassName
 {
   color: #272C1F;
 }
 .AnyTagClassName
 {
   color: #272C1F;
 }
</style>

background-color css

<style>
 a { background-color: #272C1F; }

 a { background-color: rgb(39,44,31); }

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

border-color css

<style>
 span { border-color: #272C1F; }

 span { border-color: rgb(39,44,31); }

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