Html Css Color HEX #1C2612 Pine Tree

📋 copy color: '#1C2612'

red 28 ◦ green 38 ◦ blue 18

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

Shades of Pine Tree #1C2612

Tints of Pine Tree #1C2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 45.24%

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 33.33%
G = 45.24%
B = 21.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#1C2612 (or 0x1C2612) is known color: Pine Tree. HEX triplet: 1C, 26 and 12. RGB value is (28,38,18). Sum of RGB (Red+Green+Blue) = 28+38+18=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2612 is #E3D9ED. Grayscale: #202020. Windows color (decimal): -14932462 or 1189404. OLE color: 1189404.

HSL color Cylindrical-coordinate representation of color #1C2612: hue angle of 90º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C2612 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 38 18 -
CMYK 0.26 0 0.53 0.85
HSL 90º 0.36% 0.11% -
HSV(B) 90º 0.53% 0.15% -
XYZ 1.28 1.68 0.83 -
YUV 32.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 28 38 18 0.26 0 0.53 0.85 90 0.36 0.11
Hex 1C 26 12 1A 0 35 55 5A 24 B
Octal 34 46 22 32 0 65 125 132 44 13
Binary 11100 100110 10010 11010 0 110101 1010101 1011010 100100 1011

Color Harmonies of #1C2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2612

Black with #1C2612

Text Example


Text Example

White with #1C2612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,38,18); }

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

background-color css

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

 a { background-color: rgb(28,38,18); }

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

border-color css

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

 span { border-color: rgb(28,38,18); }

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