Html Css Color HEX #1C300F Pine Tree

📋 copy color: '#1C300F'

red 28 ◦ green 48 ◦ blue 15

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

Shades of Pine Tree #1C300F

Tints of Pine Tree #1C300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.48%

R = 30.77%
G = 52.75%
B = 16.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#1C300F (or 0x1C300F) is known color: Pine Tree. HEX triplet: 1C, 30 and 0F. RGB value is (28,48,15). Sum of RGB (Red+Green+Blue) = 28+48+15=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300F is #E3CFF0. Grayscale: #262626. Windows color (decimal): -14929905 or 995356. OLE color: 995356.

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

Color convert

RGB 28 48 15 -
CMYK 0.42 0 0.69 0.81
HSL 96.36º 0.52% 0.12% -
HSV(B) 96.36º 0.69% 0.19% -
XYZ 1.62 2.4 0.83 -
YUV 38.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 28 48 15 0.42 0 0.69 0.81 96.36 0.52 0.12
Hex 1C 30 F 2A 0 45 51 60 34 C
Octal 34 60 17 52 0 105 121 140 64 14
Binary 11100 110000 1111 101010 0 1000101 1010001 1100000 110100 1100

Color Harmonies of #1C300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C300F

Black with #1C300F

Text Example


Text Example

White with #1C300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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