Html Css Color HEX #1C270E Pine Tree

📋 copy color: '#1C270E'

red 28 ◦ green 39 ◦ blue 14

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

Shades of Pine Tree #1C270E

Tints of Pine Tree #1C270E

RGB

 RED value IS 28 (11.33% from 255) = 34.57%

 GREEN value IS 39 (15.63% from 255) = 48.15%

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 34.57%
G = 48.15%
B = 17.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#1C270E (or 0x1C270E) is known color: Pine Tree. HEX triplet: 1C, 27 and 0E. RGB value is (28,39,14). Sum of RGB (Red+Green+Blue) = 28+39+14=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #1C270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C270E is #E3D8F1. Grayscale: #202020. Windows color (decimal): -14932210 or 927516. OLE color: 927516.

HSL color Cylindrical-coordinate representation of color #1C270E: hue angle of 86.4º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C270E is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 39 14 -
CMYK 0.28 0 0.64 0.85
HSL 86.4º 0.47% 0.1% -
HSV(B) 86.4º 0.64% 0.15% -
XYZ 1.28 1.73 0.68 -
YUV 32.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 28 39 14 0.28 0 0.64 0.85 86.4 0.47 0.1
Hex 1C 27 E 1C 0 40 55 56 2F A
Octal 34 47 16 34 0 100 125 126 57 12
Binary 11100 100111 1110 11100 0 1000000 1010101 1010110 101111 1010

Color Harmonies of #1C270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C270E

Black with #1C270E

Text Example


Text Example

White with #1C270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C270E; }

 p { color: rgb(28,39,14); }

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

background-color css

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

 a { background-color: rgb(28,39,14); }

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

border-color css

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

 span { border-color: rgb(28,39,14); }

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