Html Css Color HEX #1C2701 Pine Tree

📋 copy color: '#1C2701'

red 28 ◦ green 39 ◦ blue 1

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

Shades of Pine Tree #1C2701

Tints of Pine Tree #1C2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 57.35%

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

R = 41.18%
G = 57.35%
B = 1.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#1C2701 (or 0x1C2701) is known color: Pine Tree. HEX triplet: 1C, 27 and 01. RGB value is (28,39,1). Sum of RGB (Red+Green+Blue) = 28+39+1=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2701 is #E3D8FE. Grayscale: #1F1F1F. Windows color (decimal): -14932223 or 75548. OLE color: 75548.

HSL color Cylindrical-coordinate representation of color #1C2701: hue angle of 77.37º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C2701 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 39 1 -
CMYK 0.28 0 0.97 0.85
HSL 77.37º 0.95% 0.08% -
HSV(B) 77.37º 0.97% 0.15% -
XYZ 1.21 1.7 0.29 -
YUV 31.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 28 39 1 0.28 0 0.97 0.85 77.37 0.95 0.08
Hex 1C 27 1 1C 0 61 55 4D 5F 8
Octal 34 47 1 34 0 141 125 115 137 10
Binary 11100 100111 1 11100 0 1100001 1010101 1001101 1011111 1000

Color Harmonies of #1C2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2701

Black with #1C2701

Text Example


Text Example

White with #1C2701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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