Html Css Color HEX #1C360B Pine Tree

📋 copy color: '#1C360B'

red 28 ◦ green 54 ◦ blue 11

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

Shades of Pine Tree #1C360B

Tints of Pine Tree #1C360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 58.06%

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

R = 30.11%
G = 58.06%
B = 11.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#1C360B (or 0x1C360B) is known color: Pine Tree. HEX triplet: 1C, 36 and 0B. RGB value is (28,54,11). Sum of RGB (Red+Green+Blue) = 28+54+11=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #1C360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C360B is #E3C9F4. Grayscale: #292929. Windows color (decimal): -14928373 or 734748. OLE color: 734748.

HSL color Cylindrical-coordinate representation of color #1C360B: hue angle of 96.28º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C360B is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 28 54 11 -
CMYK 0.48 0 0.80 0.79
HSL 96.28º 0.66% 0.13% -
HSV(B) 96.28º 0.8% 0.21% -
XYZ 1.86 2.91 0.78 -
YUV 41.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 28 54 11 0.48 0 0.80 0.79 96.28 0.66 0.13
Hex 1C 36 B 30 0 50 4F 60 42 D
Octal 34 66 13 60 0 120 117 140 102 15
Binary 11100 110110 1011 110000 0 1010000 1001111 1100000 1000010 1101

Color Harmonies of #1C360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C360B

Black with #1C360B

Text Example


Text Example

White with #1C360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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