Html Css Color HEX #1C300E Pine Tree

📋 copy color: '#1C300E'

red 28 ◦ green 48 ◦ blue 14

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

Shades of Pine Tree #1C300E

Tints of Pine Tree #1C300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.33%

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

R = 31.11%
G = 53.33%
B = 15.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#1C300E (or 0x1C300E) is known color: Pine Tree. HEX triplet: 1C, 30 and 0E. RGB value is (28,48,14). Sum of RGB (Red+Green+Blue) = 28+48+14=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300E is #E3CFF1. Grayscale: #262626. Windows color (decimal): -14929906 or 929820. OLE color: 929820.

HSL color Cylindrical-coordinate representation of color #1C300E: hue angle of 95.29º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C300E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 48 14 -
CMYK 0.42 0 0.71 0.81
HSL 95.29º 0.55% 0.12% -
HSV(B) 95.29º 0.71% 0.19% -
XYZ 1.62 2.39 0.79 -
YUV 38.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 28 48 14 0.42 0 0.71 0.81 95.29 0.55 0.12
Hex 1C 30 E 2A 0 47 51 5F 37 C
Octal 34 60 16 52 0 107 121 137 67 14
Binary 11100 110000 1110 101010 0 1000111 1010001 1011111 110111 1100

Color Harmonies of #1C300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C300E

Black with #1C300E

Text Example


Text Example

White with #1C300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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