Html Css Color HEX #1C2C00 Pine Tree

📋 copy color: '#1C2C00'

red 28 ◦ green 44 ◦ blue 0

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

Shades of Pine Tree #1C2C00

Tints of Pine Tree #1C2C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 61.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.89%
G = 61.11%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.83

RGB Variations

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

Color information

#1C2C00 (or 0x1C2C00) is known color: Pine Tree. HEX triplet: 1C, 2C and 00. RGB value is (28,44,0). Sum of RGB (Red+Green+Blue) = 28+44+0=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #1C2C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2C00 is #E3D3FF. Grayscale: #222222. Windows color (decimal): -14930944 or 11292. OLE color: 11292.

HSL color Cylindrical-coordinate representation of color #1C2C00: hue angle of 81.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C2C00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB 28 44 0 -
CMYK 0.36 0 1 0.83
HSL 81.82º 1% 0.09% -
HSV(B) 81.82º 1% 0.17% -
XYZ 1.38 2.05 0.32 -
YUV 34.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 28 44 0 0.36 0 1 0.83 81.82 1 0.09
Hex 1C 2C 0 24 0 64 53 52 64 9
Octal 34 54 0 44 0 144 123 122 144 11
Binary 11100 101100 0 100100 0 1100100 1010011 1010010 1100100 1001

Color Harmonies of #1C2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2C00

Black with #1C2C00

Text Example


Text Example

White with #1C2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,44,0); }

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

background-color css

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

 a { background-color: rgb(28,44,0); }

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

border-color css

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

 span { border-color: rgb(28,44,0); }

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