Html Css Color HEX #1C2901 Pine Tree

📋 copy color: '#1C2901'

red 28 ◦ green 41 ◦ blue 1

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

Shades of Pine Tree #1C2901

Tints of Pine Tree #1C2901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 58.57%

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

R = 40%
G = 58.57%
B = 1.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#1C2901 (or 0x1C2901) is known color: Pine Tree. HEX triplet: 1C, 29 and 01. RGB value is (28,41,1). Sum of RGB (Red+Green+Blue) = 28+41+1=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2901 is #E3D6FE. Grayscale: #202020. Windows color (decimal): -14931711 or 76060. OLE color: 76060.

HSL color Cylindrical-coordinate representation of color #1C2901: hue angle of 79.5º 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 #1C2901 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 41 1 -
CMYK 0.32 0 0.98 0.84
HSL 79.5º 0.95% 0.08% -
HSV(B) 79.5º 0.98% 0.16% -
XYZ 1.28 1.83 0.32 -
YUV 32.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 28 41 1 0.32 0 0.98 0.84 79.5 0.95 0.08
Hex 1C 29 1 20 0 62 54 50 5F 8
Octal 34 51 1 40 0 142 124 120 137 10
Binary 11100 101001 1 100000 0 1100010 1010100 1010000 1011111 1000

Color Harmonies of #1C2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2901

Black with #1C2901

Text Example


Text Example

White with #1C2901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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