Html Css Color HEX #1F3C01 Pine Tree

📋 copy color: '#1F3C01'

red 31 ◦ green 60 ◦ blue 1

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

Shades of Pine Tree #1F3C01

Tints of Pine Tree #1F3C01

RGB

 RED value IS 31 (12.5% from 255) = 33.7%

 GREEN value IS 60 (23.83% from 255) = 65.22%

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

R = 33.7%
G = 65.22%
B = 1.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#1F3C01 (or 0x1F3C01) is known color: Pine Tree. HEX triplet: 1F, 3C and 01. RGB value is (31,60,1). Sum of RGB (Red+Green+Blue) = 31+60+1=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 60 (23.83% from 255 or 65.22% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3C01 is #E0C3FE. Grayscale: #2C2C2C. Windows color (decimal): -14730239 or 80927. OLE color: 80927.

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

Color convert

RGB 31 60 1 -
CMYK 0.48 0 0.98 0.76
HSL 89.49º 0.97% 0.12% -
HSV(B) 89.49º 0.98% 0.24% -
XYZ 2.19 3.53 0.59 -
YUV 44.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 31 60 1 0.48 0 0.98 0.76 89.49 0.97 0.12
Hex 1F 3C 1 30 0 62 4C 59 61 C
Octal 37 74 1 60 0 142 114 131 141 14
Binary 11111 111100 1 110000 0 1100010 1001100 1011001 1100001 1100

Color Harmonies of #1F3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C01

Black with #1F3C01

Text Example


Text Example

White with #1F3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,1); }

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

background-color css

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

 a { background-color: rgb(31,60,1); }

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

border-color css

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

 span { border-color: rgb(31,60,1); }

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