Html Css Color HEX #1C240D Pine Tree

📋 copy color: '#1C240D'

red 28 ◦ green 36 ◦ blue 13

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

Shades of Pine Tree #1C240D

Tints of Pine Tree #1C240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.75%

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

R = 36.36%
G = 46.75%
B = 16.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#1C240D (or 0x1C240D) is known color: Pine Tree. HEX triplet: 1C, 24 and 0D. RGB value is (28,36,13). Sum of RGB (Red+Green+Blue) = 28+36+13=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1C240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C240D is #E3DBF2. Grayscale: #1F1F1F. Windows color (decimal): -14932979 or 861212. OLE color: 861212.

HSL color Cylindrical-coordinate representation of color #1C240D: hue angle of 80.87º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C240D is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 28 36 13 -
CMYK 0.22 0 0.64 0.86
HSL 80.87º 0.47% 0.1% -
HSV(B) 80.87º 0.64% 0.14% -
XYZ 1.18 1.54 0.62 -
YUV 30.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 28 36 13 0.22 0 0.64 0.86 80.87 0.47 0.1
Hex 1C 24 D 16 0 40 56 51 2F A
Octal 34 44 15 26 0 100 126 121 57 12
Binary 11100 100100 1101 10110 0 1000000 1010110 1010001 101111 1010

Color Harmonies of #1C240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C240D

Black with #1C240D

Text Example


Text Example

White with #1C240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,36,13); }

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

background-color css

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

 a { background-color: rgb(28,36,13); }

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

border-color css

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

 span { border-color: rgb(28,36,13); }

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