Html Css Color HEX #1C280F Pine Tree

📋 copy color: '#1C280F'

red 28 ◦ green 40 ◦ blue 15

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

Shades of Pine Tree #1C280F

Tints of Pine Tree #1C280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 48.19%

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

R = 33.73%
G = 48.19%
B = 18.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#1C280F (or 0x1C280F) is known color: Pine Tree. HEX triplet: 1C, 28 and 0F. RGB value is (28,40,15). Sum of RGB (Red+Green+Blue) = 28+40+15=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #1C280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C280F is #E3D7F0. Grayscale: #212121. Windows color (decimal): -14931953 or 993308. OLE color: 993308.

HSL color Cylindrical-coordinate representation of color #1C280F: hue angle of 88.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C280F is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 40 15 -
CMYK 0.30 0 0.62 0.84
HSL 88.8º 0.45% 0.11% -
HSV(B) 88.8º 0.63% 0.16% -
XYZ 1.32 1.8 0.73 -
YUV 33.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 28 40 15 0.30 0 0.62 0.84 88.8 0.45 0.11
Hex 1C 28 F 1E 0 3E 54 59 2D B
Octal 34 50 17 36 0 76 124 131 55 13
Binary 11100 101000 1111 11110 0 111110 1010100 1011001 101101 1011

Color Harmonies of #1C280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C280F

Black with #1C280F

Text Example


Text Example

White with #1C280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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