Html Css Color HEX #1B300D Pine Tree

📋 copy color: '#1B300D'

red 27 ◦ green 48 ◦ blue 13

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

Shades of Pine Tree #1B300D

Tints of Pine Tree #1B300D

RGB

 RED value IS 27 (10.94% from 255) = 30.68%

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

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 30.68%
G = 54.55%
B = 14.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#1B300D (or 0x1B300D) is known color: Pine Tree. HEX triplet: 1B, 30 and 0D. RGB value is (27,48,13). Sum of RGB (Red+Green+Blue) = 27+48+13=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #1B300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B300D is #E4CFF2. Grayscale: #252525. Windows color (decimal): -14995443 or 864283. OLE color: 864283.

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

Color convert

RGB 27 48 13 -
CMYK 0.44 0 0.73 0.81
HSL 96º 0.57% 0.12% -
HSV(B) 96º 0.73% 0.19% -
XYZ 1.58 2.38 0.76 -
YUV 37.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 27 48 13 0.44 0 0.73 0.81 96 0.57 0.12
Hex 1B 30 D 2C 0 49 51 60 39 C
Octal 33 60 15 54 0 111 121 140 71 14
Binary 11011 110000 1101 101100 0 1001001 1010001 1100000 111001 1100

Color Harmonies of #1B300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B300D

Black with #1B300D

Text Example


Text Example

White with #1B300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,48,13); }

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

background-color css

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

 a { background-color: rgb(27,48,13); }

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

border-color css

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

 span { border-color: rgb(27,48,13); }

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