#1C220F

Color #1C220F Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1C220F

Tints of Pine Tree #1C220F

Color information

#1C220F (or 0x1C220F) is unknown color: approx Pine Tree. HEX triplet: 1C, 22 and 0F. RGB value is (28,34,15). Sum of RGB (Red+Green+Blue) = 28+34+15=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #1C220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C220F is #E3DDF0. Grayscale: #1E1E1E. Windows color (decimal): -14933489 or 991772. OLE color: 991772.

HSL color Cylindrical-coordinate representation of color #1C220F: hue angle of 78.95º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C220F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB283415-
CMYK0.1800.560.87
HSL78.95º38.78%9.61%-
HSV(B)78.95º55.88%13.33%-
XYZ1.141.430.67-
YUV30.04119.51126.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 44.16%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=36.36%
G=44.16%
B=19.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2834150.1800.560.8778.9538.789.61
Hex1C22F12038574f27a
Octal344217220701271174712
Binary111001000101111100100111000101011110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C220F;
 }
 .AnyTagClassName
 {
   color: #1C220F;
 }
</style>
background-color css

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

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

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

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

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

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