Html Css Color HEX #1C2801 Pine Tree

📋 copy color: '#1C2801'

red 28 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #1C2801

Tints of Pine Tree #1C2801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 40.58%
G = 57.97%
B = 1.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#1C2801 (or 0x1C2801) is known color: Pine Tree. HEX triplet: 1C, 28 and 01. RGB value is (28,40,1). Sum of RGB (Red+Green+Blue) = 28+40+1=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2801 is #E3D7FE. Grayscale: #202020. Windows color (decimal): -14931967 or 75804. OLE color: 75804.

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

Color convert

RGB 28 40 1 -
CMYK 0.30 0 0.98 0.84
HSL 78.46º 0.95% 0.08% -
HSV(B) 78.46º 0.98% 0.16% -
XYZ 1.24 1.77 0.3 -
YUV 31.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 28 40 1 0.30 0 0.98 0.84 78.46 0.95 0.08
Hex 1C 28 1 1E 0 62 54 4E 5F 8
Octal 34 50 1 36 0 142 124 116 137 10
Binary 11100 101000 1 11110 0 1100010 1010100 1001110 1011111 1000

Color Harmonies of #1C2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2801

Black with #1C2801

Text Example


Text Example

White with #1C2801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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