Html Css Color HEX #1C300B Pine Tree

📋 copy color: '#1C300B'

red 28 ◦ green 48 ◦ blue 11

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

Shades of Pine Tree #1C300B

Tints of Pine Tree #1C300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.64%

R = 32.18%
G = 55.17%
B = 12.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#1C300B (or 0x1C300B) is known color: Pine Tree. HEX triplet: 1C, 30 and 0B. RGB value is (28,48,11). Sum of RGB (Red+Green+Blue) = 28+48+11=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300B is #E3CFF4. Grayscale: #252525. Windows color (decimal): -14929909 or 733212. OLE color: 733212.

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

Color convert

RGB 28 48 11 -
CMYK 0.42 0 0.77 0.81
HSL 92.43º 0.63% 0.12% -
HSV(B) 92.43º 0.77% 0.19% -
XYZ 1.6 2.38 0.69 -
YUV 37.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 28 48 11 0.42 0 0.77 0.81 92.43 0.63 0.12
Hex 1C 30 B 2A 0 4D 51 5C 3F C
Octal 34 60 13 52 0 115 121 134 77 14
Binary 11100 110000 1011 101010 0 1001101 1010001 1011100 111111 1100

Color Harmonies of #1C300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C300B

Black with #1C300B

Text Example


Text Example

White with #1C300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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