Html Css Color HEX #1C250E Pine Tree

📋 copy color: '#1C250E'

red 28 ◦ green 37 ◦ blue 14

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

Shades of Pine Tree #1C250E

Tints of Pine Tree #1C250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.84%

 BLUE value IS 14 (5.86% from 255) = 17.72%

R = 35.44%
G = 46.84%
B = 17.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#1C250E (or 0x1C250E) is known color: Pine Tree. HEX triplet: 1C, 25 and 0E. RGB value is (28,37,14). Sum of RGB (Red+Green+Blue) = 28+37+14=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1C250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C250E is #E3DAF1. Grayscale: #1F1F1F. Windows color (decimal): -14932722 or 927004. OLE color: 927004.

HSL color Cylindrical-coordinate representation of color #1C250E: hue angle of 83.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C250E is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 37 14 -
CMYK 0.24 0 0.62 0.85
HSL 83.48º 0.45% 0.1% -
HSV(B) 83.48º 0.62% 0.15% -
XYZ 1.22 1.6 0.66 -
YUV 31.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 28 37 14 0.24 0 0.62 0.85 83.48 0.45 0.1
Hex 1C 25 E 18 0 3E 55 53 2D A
Octal 34 45 16 30 0 76 125 123 55 12
Binary 11100 100101 1110 11000 0 111110 1010101 1010011 101101 1010

Color Harmonies of #1C250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C250E

Black with #1C250E

Text Example


Text Example

White with #1C250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,14); }

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

background-color css

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

 a { background-color: rgb(28,37,14); }

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

border-color css

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

 span { border-color: rgb(28,37,14); }

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