Html Css Color HEX #1C3002 Pine Tree

📋 copy color: '#1C3002'

red 28 ◦ green 48 ◦ blue 2

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

Shades of Pine Tree #1C3002

Tints of Pine Tree #1C3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 61.54%

 BLUE value IS 2 (1.17% from 255) = 2.56%

R = 35.9%
G = 61.54%
B = 2.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#1C3002 (or 0x1C3002) is known color: Pine Tree. HEX triplet: 1C, 30 and 02. RGB value is (28,48,2). Sum of RGB (Red+Green+Blue) = 28+48+2=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3002 is #E3CFFD. Grayscale: #242424. Windows color (decimal): -14929918 or 143388. OLE color: 143388.

HSL color Cylindrical-coordinate representation of color #1C3002: hue angle of 86.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C3002 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 48 2 -
CMYK 0.42 0 0.96 0.81
HSL 86.09º 0.92% 0.1% -
HSV(B) 86.09º 0.96% 0.19% -
XYZ 1.55 2.37 0.43 -
YUV 36.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 28 48 2 0.42 0 0.96 0.81 86.09 0.92 0.1
Hex 1C 30 2 2A 0 60 51 56 5C A
Octal 34 60 2 52 0 140 121 126 134 12
Binary 11100 110000 10 101010 0 1100000 1010001 1010110 1011100 1010

Color Harmonies of #1C3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3002

Black with #1C3002

Text Example


Text Example

White with #1C3002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,2); }

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

background-color css

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

 a { background-color: rgb(28,48,2); }

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

border-color css

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

 span { border-color: rgb(28,48,2); }

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