Html Css Color HEX #273912 Pine Tree

📋 copy color: '#273912'

red 39 ◦ green 57 ◦ blue 18

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

Shades of Pine Tree #273912

Tints of Pine Tree #273912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.79%

R = 34.21%
G = 50%
B = 15.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#273912 (or 0x273912) is known color: Pine Tree. HEX triplet: 27, 39 and 12. RGB value is (39,57,18). Sum of RGB (Red+Green+Blue) = 39+57+18=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #273912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273912 is #D8C6ED. Grayscale: #2F2F2F. Windows color (decimal): -14206702 or 1194279. OLE color: 1194279.

HSL color Cylindrical-coordinate representation of color #273912: hue angle of 87.69º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273912 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 57 18 -
CMYK 0.32 0 0.68 0.78
HSL 87.69º 0.52% 0.15% -
HSV(B) 87.69º 0.68% 0.22% -
XYZ 2.41 3.4 1.1 -
YUV 47.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 39 57 18 0.32 0 0.68 0.78 87.69 0.52 0.15
Hex 27 39 12 20 0 44 4E 58 34 F
Octal 47 71 22 40 0 104 116 130 64 17
Binary 100111 111001 10010 100000 0 1000100 1001110 1011000 110100 1111

Color Harmonies of #273912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273912

Black with #273912

Text Example


Text Example

White with #273912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273912; }

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

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

background-color css

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

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

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

border-color css

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

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

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