Html Css Color HEX #1C250F Pine Tree

📋 copy color: '#1C250F'

red 28 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #1C250F

Tints of Pine Tree #1C250F

RGB

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

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

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

R = 35%
G = 46.25%
B = 18.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#1C250F (or 0x1C250F) is known color: Pine Tree. HEX triplet: 1C, 25 and 0F. RGB value is (28,37,15). Sum of RGB (Red+Green+Blue) = 28+37+15=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1C250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C250F is #E3DAF0. Grayscale: #1F1F1F. Windows color (decimal): -14932721 or 992540. OLE color: 992540.

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

Color convert

RGB 28 37 15 -
CMYK 0.24 0 0.59 0.85
HSL 84.55º 0.42% 0.1% -
HSV(B) 84.55º 0.59% 0.15% -
XYZ 1.23 1.6 0.7 -
YUV 31.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 28 37 15 0.24 0 0.59 0.85 84.55 0.42 0.1
Hex 1C 25 F 18 0 3B 55 55 2A A
Octal 34 45 17 30 0 73 125 125 52 12
Binary 11100 100101 1111 11000 0 111011 1010101 1010101 101010 1010

Color Harmonies of #1C250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C250F

Black with #1C250F

Text Example


Text Example

White with #1C250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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