Html Css Color HEX #1C3D01 Pine Tree

📋 copy color: '#1C3D01'

red 28 ◦ green 61 ◦ blue 1

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

Shades of Pine Tree #1C3D01

Tints of Pine Tree #1C3D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 67.78%

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

R = 31.11%
G = 67.78%
B = 1.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#1C3D01 (or 0x1C3D01) is known color: Pine Tree. HEX triplet: 1C, 3D and 01. RGB value is (28,61,1). Sum of RGB (Red+Green+Blue) = 28+61+1=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #1C3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3D01 is #E3C2FE. Grayscale: #2C2C2C. Windows color (decimal): -14926591 or 81180. OLE color: 81180.

HSL color Cylindrical-coordinate representation of color #1C3D01: hue angle of 93º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C3D01 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 61 1 -
CMYK 0.54 0 0.98 0.76
HSL 93º 0.97% 0.12% -
HSV(B) 93º 0.98% 0.24% -
XYZ 2.15 3.59 0.61 -
YUV 44.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 28 61 1 0.54 0 0.98 0.76 93 0.97 0.12
Hex 1C 3D 1 36 0 62 4C 5D 61 C
Octal 34 75 1 66 0 142 114 135 141 14
Binary 11100 111101 1 110110 0 1100010 1001100 1011101 1100001 1100

Color Harmonies of #1C3D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D01

Black with #1C3D01

Text Example


Text Example

White with #1C3D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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