#1C3F01

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

Shades of Pine Tree #1C3F01

Tints of Pine Tree #1C3F01

Color information

#1C3F01 (or 0x1C3F01) is unknown color: approx Pine Tree. HEX triplet: 1C, 3F and 01. RGB value is (28,63,1). Sum of RGB (Red+Green+Blue) = 28+63+1=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #1C3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3F01 is #E3C0FE. Grayscale: #2D2D2D. Windows color (decimal): -14926079 or 81692. OLE color: 81692.

HSL color Cylindrical-coordinate representation of color #1C3F01: hue angle of 93.87º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C3F01 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB28631-
CMYK0.5600.980.75
HSL93.87º96.88%12.55%-
HSV(B)93.87º98.41%24.71%-
XYZ2.263.80.64-
YUV45.47102.9115.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=30.43%
G=68.48%
B=1.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal286310.5600.980.7593.8796.8812.55
Hex1C3F1380624B5e61d
Octal3477170014211313614115
Binary111001111111111000011000101001011101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,63,1); }

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

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

 a { background-color: rgb(28,63,1); }

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

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

 span { border-color: rgb(28,63,1); }

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