Html Css Color HEX #1C300A Pine Tree

📋 copy color: '#1C300A'

red 28 ◦ green 48 ◦ blue 10

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

Shades of Pine Tree #1C300A

Tints of Pine Tree #1C300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 32.56%
G = 55.81%
B = 11.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#1C300A (or 0x1C300A) is known color: Pine Tree. HEX triplet: 1C, 30 and 0A. RGB value is (28,48,10). Sum of RGB (Red+Green+Blue) = 28+48+10=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300A is #E3CFF5. Grayscale: #252525. Windows color (decimal): -14929910 or 667676. OLE color: 667676.

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

Color convert

RGB 28 48 10 -
CMYK 0.42 0 0.79 0.81
HSL 91.58º 0.66% 0.11% -
HSV(B) 91.58º 0.79% 0.19% -
XYZ 1.59 2.38 0.66 -
YUV 37.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 28 48 10 0.42 0 0.79 0.81 91.58 0.66 0.11
Hex 1C 30 A 2A 0 4F 51 5C 42 B
Octal 34 60 12 52 0 117 121 134 102 13
Binary 11100 110000 1010 101010 0 1001111 1010001 1011100 1000010 1011

Color Harmonies of #1C300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C300A

Black with #1C300A

Text Example


Text Example

White with #1C300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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