Html Css Color HEX #1C2413 Pine Tree

📋 copy color: '#1C2413'

red 28 ◦ green 36 ◦ blue 19

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

Shades of Pine Tree #1C2413

Tints of Pine Tree #1C2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 33.73%
G = 43.37%
B = 22.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#1C2413 (or 0x1C2413) is known color: Pine Tree. HEX triplet: 1C, 24 and 13. RGB value is (28,36,19). Sum of RGB (Red+Green+Blue) = 28+36+19=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2413 is #E3DBEC. Grayscale: #1F1F1F. Windows color (decimal): -14932973 or 1254428. OLE color: 1254428.

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

Color convert

RGB 28 36 19 -
CMYK 0.22 0 0.47 0.86
HSL 88.24º 0.31% 0.11% -
HSV(B) 88.24º 0.47% 0.14% -
XYZ 1.23 1.56 0.85 -
YUV 31.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 28 36 19 0.22 0 0.47 0.86 88.24 0.31 0.11
Hex 1C 24 13 16 0 2F 56 58 1F B
Octal 34 44 23 26 0 57 126 130 37 13
Binary 11100 100100 10011 10110 0 101111 1010110 1011000 11111 1011

Color Harmonies of #1C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2413

Black with #1C2413

Text Example


Text Example

White with #1C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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