Html Css Color HEX #1F300F Pine Tree

📋 copy color: '#1F300F'

red 31 ◦ green 48 ◦ blue 15

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

Shades of Pine Tree #1F300F

Tints of Pine Tree #1F300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 32.98%
G = 51.06%
B = 15.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#1F300F (or 0x1F300F) is known color: Pine Tree. HEX triplet: 1F, 30 and 0F. RGB value is (31,48,15). Sum of RGB (Red+Green+Blue) = 31+48+15=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300F is #E0CFF0. Grayscale: #272727. Windows color (decimal): -14733297 or 995359. OLE color: 995359.

HSL color Cylindrical-coordinate representation of color #1F300F: hue angle of 90.91º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F300F is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 48 15 -
CMYK 0.35 0 0.69 0.81
HSL 90.91º 0.52% 0.12% -
HSV(B) 90.91º 0.69% 0.19% -
XYZ 1.71 2.44 0.83 -
YUV 39.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 31 48 15 0.35 0 0.69 0.81 90.91 0.52 0.12
Hex 1F 30 F 23 0 45 51 5B 34 C
Octal 37 60 17 43 0 105 121 133 64 14
Binary 11111 110000 1111 100011 0 1000101 1010001 1011011 110100 1100

Color Harmonies of #1F300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F300F

Black with #1F300F

Text Example


Text Example

White with #1F300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,15); }

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

background-color css

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

 a { background-color: rgb(31,48,15); }

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

border-color css

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

 span { border-color: rgb(31,48,15); }

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